[svn:modperl-modules] rev 253 - Apache-Peek/trunk
[email protected]@cvs.perl.org 10 Jul 2005 00:01:36 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: [email protected] Date: Sat Jul 9 17:01:36 2005 New Revision: 253 Modified: Apache-Peek/trunk/Changes Apache-Peek/trunk/Makefile.PL Log: start 1.04 dev cycle Modified: Apache-Peek/trunk/Changes ============================================================================== --- Apache-Peek/trunk/Changes (original) +++ Apache-Peek/trunk/Changes Sat Jul 9 17:01:36 2005 @@ -3,7 +3,9 @@ Revision history for Perl extension Apache::Peek. -=head1 1.03 - +=head1 1.04 - + +=head1 1.03 - Mon July 9 20:00:00 EST 2005 - Adapt to the new mp2 API RC5+ - Take Maintainership Philip M. Gollucci <[email protected]> Modified: Apache-Peek/trunk/Makefile.PL ============================================================================== --- Apache-Peek/trunk/Makefile.PL (original) +++ Apache-Peek/trunk/Makefile.PL Sat Jul 9 17:01:36 2005 @@ -6,7 +6,7 @@ use Symbol; use constant DEVEL => getpwuid($>) =~ /^(?:stas|pgollucci)$/o; -my $VERSION = '1.03'; +my $VERSION = '1.04'; my %prereq = ( "Apache::Test" => "1.25", # ipv6 fixes