Skip to content

Commit

Permalink
Updates to fix PAUSE bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marmanold committed Dec 20, 2016
1 parent c55297a commit ab84001
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"web" : "https://github.com/marmanold/Date-Advent"
}
},
"version" : "1.20161220",
"version" : "1.20161221",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
2 changes: 1 addition & 1 deletion MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ requires:
perl: '5.022'
resources:
repository: git://github.com/marmanold/Date-Advent.git
version: '1.20161220'
version: '1.20161221'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
1 change: 0 additions & 1 deletion build_mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ make distdir
make disttest
make dist
make tardist
make install
6 changes: 3 additions & 3 deletions lib/Date/Advent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Date::Advent - Calculate the Sundays of Advent
=head1 VERSION
Version 1.20161220
Version 1.20161221
=cut

our $VERSION = '1.20161220';
our $VERSION = '1.20161221';

=head1 SYNOPSIS
Expand All @@ -38,7 +38,7 @@ As Advent is the beginning of the Christian liturgical calendar, this usually re
The development of this module is hosted on GitHub -- L<https://github.com/marmanold/Date-Advent> -- and tested via TravisCI.
=for html <a href="https://travis-ci.org/marmanold/Date-Advent"><img src="https://travis-ci.org/marmanold/Date-Advent.svg?branch=master"></a>
=for html <a href='https://travis-ci.org/marmanold/Date-Advent'><img src='https://travis-ci.org/marmanold/Date-Advent.svg?branch=master'></a>
=for html <a href='https://coveralls.io/github/marmanold/Date-Advent?branch=master'><img src='https://coveralls.io/repos/github/marmanold/Date-Advent/badge.svg?branch=master' alt='Coverage Status' /></a>
Expand Down

0 comments on commit ab84001

Please sign in to comment.