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/lib | |
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/lib')
-rw-r--r-- | perl/t/lib/Util.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/t/lib/Util.pm b/perl/t/lib/Util.pm index ab88b39..44a4d21 100644 --- a/perl/t/lib/Util.pm +++ b/perl/t/lib/Util.pm @@ -1,4 +1,4 @@ -# Util -- Utility class for wallet tests. +# Utility class for wallet tests. # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University @@ -16,7 +16,7 @@ use Wallet::Config; # This version should be increased on any code change to this module. Always # use two digits for the minor version with a leading zero if necessary so # that it will sort properly. -$VERSION = '0.02'; +$VERSION = '0.03'; use Exporter (); @ISA = qw(Exporter); |