This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Perl_bytes_cmp_utf8() to compare character sequences in different encodings
[perl5.git] / lib / English.pm
index 4743b14..c11fbed 100644 (file)
@@ -1,9 +1,9 @@
 package English;
 
-our $VERSION = '1.01';
+our $VERSION = '1.04';
 
 require Exporter;
-@ISA = (Exporter);
+@ISA = qw(Exporter);
 
 =head1 NAME
 
@@ -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