Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.08.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 3c2b424..34512c9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl module App::dategrep
 
 {{$NEXT}}
 
+2.08 2025-01-03T08:01:34Z
+
+  - skip fractional seconds
+
 2.07 2019-02-01T08:32:58Z
 
   - fixes a bug that used the current month when a date in January was
  • Loading branch information
mdom committed Jan 3, 2025
1 parent 024fabc commit bdec814
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 22 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl module App::dategrep

{{$NEXT}}

2.08 2025-01-03T08:01:34Z

- skip fractional seconds

2.07 2019-02-01T08:32:58Z

- fixes a bug that used the current month when a date in January was
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Mario Domgoergen C<< <mario@domgoergen.com> >>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.6, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.25, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_3"
],
Expand Down Expand Up @@ -72,17 +72,17 @@
"homepage" : "https://github.com/mdom/dategrep",
"repository" : {
"type" : "git",
"url" : "git://github.com/mdom/dategrep.git",
"url" : "https://github.com/mdom/dategrep.git",
"web" : "https://github.com/mdom/dategrep"
}
},
"version" : "2.07",
"version" : "2.08",
"x_contributors" : [
"James Raspass <jraspass@gmail.com>",
"Mario Domgoergen <mario@domgoergen.com>",
"Mario Domgoergen <mdom@taz.de>",
"Viktor Szépe <viktor@szepe.net>"
],
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_static_install" : 1
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/mdom/dategrep.svg?branch=master)](https://travis-ci.org/mdom/dategrep) [![Coverage Status](https://img.shields.io/coveralls/mdom/dategrep/master.svg?style=flat)](https://coveralls.io/r/mdom/dategrep?branch=master)
[![MetaCPAN Release](https://badge.fury.io/pl/App-dategrep.svg)](https://metacpan.org/release/App-dategrep)

# NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/App/dategrep.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Pod::Usage;
use Getopt::Long;
use File::Basename qw(basename);

our $VERSION = '2.07';
our $VERSION = '2.08';

our $app;

Expand Down
10 changes: 0 additions & 10 deletions xt/01tidy.t

This file was deleted.

2 changes: 0 additions & 2 deletions xt/critic.t

This file was deleted.

5 changes: 0 additions & 5 deletions xt/pod.t

This file was deleted.

0 comments on commit bdec814

Please sign in to comment.