X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FConf.pm;h=3af42e552e0d200d6174fbd9dc976ce888d5439b;hb=ba92ea5b36cbcd9c03016491dfb06dfc74baf409;hp=20893e3c280842fb67f17b6e0e8eefb38b3b60d6;hpb=80a766126b7d0281ee013d369d9e6af45cc2cf42;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Conf.pm b/lib/CGI/Ex/Conf.pm index 20893e3..3af42e5 100644 --- a/lib/CGI/Ex/Conf.pm +++ b/lib/CGI/Ex/Conf.pm @@ -29,7 +29,7 @@ use vars qw($VERSION ); @EXPORT_OK = qw(conf_read conf_write in_cache); -$VERSION = '2.13'; +$VERSION = '2.16'; $DEFAULT_EXT = 'conf'; @@ -909,13 +909,13 @@ without even opening the file. Make a similar write method that handles immutability. -=head1 AUTHOR - -Paul Seamons - =head1 LICENSE This module may be distributed under the same terms as Perl itself. +=head1 AUTHOR + +Paul Seamons + =cut