[Bps-public-commit] r10818 - in Date-Extract: lib/Date
sartak at bestpractical.com
sartak at bestpractical.com
Wed Feb 13 13:07:47 EST 2008
Author: sartak
Date: Wed Feb 13 13:07:46 2008
New Revision: 10818
Modified:
Date-Extract/ (props changed)
Date-Extract/Changes
Date-Extract/README
Date-Extract/lib/Date/Extract.pm
Log:
r51806 at onn: sartak | 2008-02-13 13:07:37 -0500
Release 0.02
Modified: Date-Extract/Changes
==============================================================================
--- Date-Extract/Changes (original)
+++ Date-Extract/Changes Wed Feb 13 13:07:46 2008
@@ -1,6 +1,6 @@
Revision history for Date-Extract
-0.02
+0.02 Tue Feb 13 12:59:48 EDT 2008
month_day regex was backwards, reported and fixed by TSUKAMOTO
0.01 Thu Dec 13 01:29:12 EDT 2007
Modified: Date-Extract/README
==============================================================================
--- Date-Extract/README (original)
+++ Date-Extract/README Wed Feb 13 13:07:46 2008
@@ -2,7 +2,7 @@
Date::Extract - extract probable dates from strings
VERSION
- Version 0.01 released 13 Dec 07
+ Version 0.02 released 13 Feb 08
SYNOPSIS
my $parser = Date::Extract->new();
Modified: Date-Extract/lib/Date/Extract.pm
==============================================================================
--- Date-Extract/lib/Date/Extract.pm (original)
+++ Date-Extract/lib/Date/Extract.pm Wed Feb 13 13:07:46 2008
@@ -18,11 +18,11 @@
=head1 VERSION
-Version 0.01 released 13 Dec 07
+Version 0.02 released 13 Feb 08
=cut
-our $VERSION = '0.01';
+our $VERSION = '0.02';
=head1 SYNOPSIS
More information about the Bps-public-commit
mailing list