This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove AT&T UWIN support
[perl5.git] / Porting / Maintainers.pm
index 20ed4f7..5ffcfb2 100644 (file)
@@ -21,7 +21,7 @@ our @EXPORT_OK = qw(%Modules %Maintainers
                show_results process_options files_to_modules
                finish_tap_output
                reload_manifest);
-our $VERSION = 0.13;
+our $VERSION = 0.14;
 
 require Exporter;
 
@@ -355,7 +355,7 @@ sub duplicated_maintainers {
 
 sub warn_maintainer {
     my $name = shift;
-    ok($files{$name}, "$name has a maintainer (see Porting/Maintainer.pl)");
+    ok($files{$name}, "$name has a maintainer (see Porting/Maintainers.pl)");
 }
 
 sub missing_maintainers {