This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Subroutine call needs to be fully qualified
authorKarl Williamson <public@khwilliamson.com>
Sat, 21 Jan 2012 16:21:40 +0000 (09:21 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Feb 2012 23:29:28 +0000 (16:29 -0700)
As it is calling something in a different package

lib/unicore/mktables

index 2aaaa56..0ee1b2f 100644 (file)
@@ -2248,7 +2248,7 @@ sub trace { return main::trace(@_); }
             # its name
             if ($seen_non_extracted_non_age) {
                 if ($file =~ /$EXTRACTED/i) {
-                    Carp::my_carp_bug(join_lines(<<END
+                    Carp::my_carp_bug(main::join_lines(<<END
 $file should be processed just after the 'Prop...Alias' files, and before
 anything not in the $EXTRACTED_DIR directory.  Proceeding, but the results may
 have subtle problems
@@ -6225,7 +6225,7 @@ END
         return unless defined $name;
 
         if (defined $swash_keys{$name}) {
-            Carp::my_carp(join_lines(<<END
+            Carp::my_carp(main::join_lines(<<END
 Already created a swash name '$name' for $swash_keys{$name}.  This means that
 the same name desired for $self shouldn't be used.  Bad News.  This must be
 fixed before production use, but proceeding anyway