X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FEnglish.pm;h=073d07988278d66c848386129a21b7483f484b5f;hb=680c470ce925e5af5a9ca87f342016c7363e36fd;hp=6cd3acda53288e1b8351ebd0d5f7fd2cf744aacf;hpb=a33bf49bf7b1088ee6ac580e9e39716ad87ae72a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/English.pm b/lib/English.pm index 6cd3acd..073d079 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -1,6 +1,6 @@ package English; -our $VERSION = '1.00'; +our $VERSION = '1.03'; require Exporter; @ISA = (Exporter); @@ -64,7 +64,7 @@ sub import { } || do { require Carp ; - Carp::croak "Can't create English for match leftovers: $@" ; + Carp::croak("Can't create English for match leftovers: $@") ; } ) ; } @@ -114,6 +114,7 @@ sub import { *PROGRAM_NAME *PERL_VERSION *ACCUMULATOR + *COMPILING *DEBUGGING *SYSTEM_FD_MAX *INPLACE_EDIT @@ -224,7 +225,6 @@ sub import { # *ARRAY_BASE = *[ ; # *OFMT = *# ; -# *MULTILINE_MATCHING = ** ; # *OLD_PERL_VERSION = *] ; 1;