diff options
author | Russ Allbery <rra@stanford.edu> | 2010-03-03 19:49:46 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-03-03 19:49:46 -0800 |
commit | 69289862465a3bfb3488c1b3a674b6b06c9911ee (patch) | |
tree | ef3eee98ddf1a47fbb96fcb06ed6299b5bdbb911 /perl/t/pod-spelling.t | |
parent | 2b8931dedf7daebffbfc0732365bad73014eb4db (diff) |
Remove file names from test file headers
Coding style update. Don't prefix the file short description with the
file name; it's not needed.
Diffstat (limited to 'perl/t/pod-spelling.t')
-rwxr-xr-x | perl/t/pod-spelling.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/t/pod-spelling.t b/perl/t/pod-spelling.t index d3ab858..6d9f7b0 100755 --- a/perl/t/pod-spelling.t +++ b/perl/t/pod-spelling.t @@ -9,8 +9,7 @@ # # Copyright 2008, 2009 Russ Allbery <rra@stanford.edu> # -# This program is free software; you may redistribute it and/or modify it -# under the same terms as Perl itself. +# See LICENSE for licensing terms. use strict; use Test::More; |