This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add %patchlevel hash to Module::CoreList
[perl5.git] / lib / English.pm
index 6b479ee..250549d 100644 (file)
@@ -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: $@") ;
            }
        ) ;
     }