diff options
author | David Cantrell <david@cantrell.org.uk> | 2010-08-02 09:35:38 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-08-02 09:37:06 +0200 |
commit | 7c7c771f637468fccf32a16e82076fb0a2378117 (patch) | |
tree | a88d5f6e7f02f0e84587bc4dfecd5032a9ed1794 /t | |
parent | 628f0a0ab7fb78afa4f201a711697235fb198f2c (diff) | |
download | perl-7c7c771f637468fccf32a16e82076fb0a2378117.tar.gz |
Fix file name in comment
Diffstat (limited to 't')
-rw-r--r-- | t/porting/maintainers.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/maintainers.t b/t/porting/maintainers.t index 3b7d299028..287047f67e 100644 --- a/t/porting/maintainers.t +++ b/t/porting/maintainers.t @@ -1,6 +1,6 @@ #!./perl -w -# Test that there are no missing Maintainers in Maintainers.PL +# Test that there are no missing Maintainers in Maintainers.pl BEGIN { # This test script uses a slightly atypical invocation of the 'standard' |