Skip to content

Commit

Permalink
- Merged PR #3: Accept second fractions in ISO date time strings, tha…
Browse files Browse the repository at this point in the history
…nks @jjatria.
  • Loading branch information
manwar committed Jan 26, 2018
1 parent 6c65071 commit 6da3617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Regexp::Common::time.

0.15 2018-01-26 MANWAR
- Merged PR #3: Accept second fractions in ISO date time strings, thanks @jjatria.

0.14 2017-08-07 MANWAR
- Added MIN_PERL_VERSION to Makefile.PL script.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -20,7 +20,7 @@ WriteMakefile(
META_MERGE => {
"meta-spec" => { version => 2 },
provides => {
'Regexp::Common::time' => { file => 'lib/Regexp/Common/time.pm', version => '0.14' },
'Regexp::Common::time' => { file => 'lib/Regexp/Common/time.pm', version => '0.15' },
},
resources => {
repository => {
Expand Down
2 changes: 1 addition & 1 deletion lib/Regexp/Common/time.pm
Expand Up @@ -8,7 +8,7 @@ use strict;
use warnings;

package Regexp::Common::time;
$Regexp::Common::time::VERSION = '0.14';
$Regexp::Common::time::VERSION = '0.15';
use Regexp::Common qw(pattern);

sub _croak { require Carp; goto &Carp::croak}
Expand Down

0 comments on commit 6da3617

Please sign in to comment.