In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e075ae47340a787b6715a9f44a3b52f32267fc45?hp=fba13122524aadfd8f24cf29620e9f86a3c05094>

- Log -----------------------------------------------------------------
commit e075ae47340a787b6715a9f44a3b52f32267fc45
Author: Jarkko Hietaniemi <j...@iki.fi>
Date:   Sun Sep 21 21:17:11 2014 -0400

    Missing "by" noticed by James Keenan.

M       pp_pack.c

commit b51555b9a66d0feaf2f4b7fcaa674a32c2da71b6
Author: Jarkko Hietaniemi <j...@iki.fi>
Date:   Sun Sep 21 19:01:22 2014 -0400

    No re module if only miniperl built.

M       t/re/pat.t
M       t/uni/lex_utf8.t
-----------------------------------------------------------------------

Summary of changes:
 pp_pack.c        | 2 +-
 t/re/pat.t       | 1 +
 t/uni/lex_utf8.t | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pp_pack.c b/pp_pack.c
index dbbf2e9..d703a99 100644
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -1705,7 +1705,7 @@ S_unpack_rec(pTHX_ tempsym_t* symptr, const char *s, 
const char *strbeg, const c
                  * the long double data in pack(), here in unpack() we
                  * don't, because it's really hard to envision that
                  * reading the long double off aldouble would be
-                 * affected the unused bytes.
+                 * affected by the unused bytes.
                  *
                  * Note that trying to unpack 'long doubles' of 'long
                  * doubles' packed in another system is in the general
diff --git a/t/re/pat.t b/t/re/pat.t
index b87b007..1a6a48fe 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -18,6 +18,7 @@ BEGIN {
     @INC = ('../lib','.','../ext/re');
     require Config; import Config;
     require './test.pl';
+    skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
     skip_all_without_unicode_tables();
 }
 
diff --git a/t/uni/lex_utf8.t b/t/uni/lex_utf8.t
index 5391e3c..5ade620 100644
--- a/t/uni/lex_utf8.t
+++ b/t/uni/lex_utf8.t
@@ -8,6 +8,7 @@ BEGIN {
     chdir 't';
     @INC = '../lib';
     require './test.pl';
+    skip_all('no re module') unless defined &DynaLoader::boot_DynaLoader;
     skip_all_without_unicode_tables();
     skip_all('EBCDIC') if $::IS_EBCDIC;
 }

--
Perl5 Master Repository

Reply via email to