diff --git a/MYMETA.json b/MYMETA.json index 826d002..437a107 100644 --- a/MYMETA.json +++ b/MYMETA.json @@ -52,9 +52,9 @@ "runtime" : { "requires" : { "Carp" : "1.38", - "Date::Advent" : "1.20171223", + "Date::Advent" : "1.20180422", "Date::Easter" : "1.22", - "Date::Lectionary::Time" : "1.20170311", + "Date::Lectionary::Time" : "1.20180422", "File::Share" : "0.25", "Moose" : "2.2010", "Moose::Util::TypeConstraints" : "2.2010", @@ -63,7 +63,6 @@ "Time::Piece" : "1.3204", "Time::Seconds" : "1.3204", "Try::Catch" : "v1.1.0", - "Try::Tiny::Tiny" : "0.001", "XML::LibXML" : "2.0128", "namespace::autoclean" : "0.28", "perl" : "5.022" @@ -73,15 +72,15 @@ "provides" : { "Date::Lectionary" : { "file" : "lib/Date/Lectionary.pm", - "version" : "1.20180418" + "version" : "1.20180422" }, "Date::Lectionary::Day" : { "file" : "lib/Date/Lectionary/Day.pm", - "version" : "1.20180418" + "version" : "1.20180422" }, "Date::Lectionary::Year" : { "file" : "lib/Date/Lectionary/Year.pm", - "version" : "1.20180418" + "version" : "1.20180422" } }, "release_status" : "stable", @@ -92,7 +91,7 @@ "web" : "https://github.com/marmanold/Date-Lectionary" } }, - "version" : "v1.20180418", + "version" : "v1.20180422", "x_serialization_backend" : "JSON::PP version 2.97001", "x_twitter" : "https://www.twitter.com/marmanold/" } diff --git a/MYMETA.yml b/MYMETA.yml index f873d7a..73d969e 100644 --- a/MYMETA.yml +++ b/MYMETA.yml @@ -38,18 +38,18 @@ no_index: provides: Date::Lectionary: file: lib/Date/Lectionary.pm - version: '1.20180418' + version: '1.20180422' Date::Lectionary::Day: file: lib/Date/Lectionary/Day.pm - version: '1.20180418' + version: '1.20180422' Date::Lectionary::Year: file: lib/Date/Lectionary/Year.pm - version: '1.20180418' + version: '1.20180422' requires: Carp: '1.38' - Date::Advent: '1.20171223' + Date::Advent: '1.20180422' Date::Easter: '1.22' - Date::Lectionary::Time: '1.20170311' + Date::Lectionary::Time: '1.20180422' File::Share: '0.25' Moose: '2.2010' Moose::Util::TypeConstraints: '2.2010' @@ -58,12 +58,11 @@ requires: Time::Piece: '1.3204' Time::Seconds: '1.3204' Try::Catch: v1.1.0 - Try::Tiny::Tiny: '0.001' XML::LibXML: '2.0128' namespace::autoclean: '0.28' perl: '5.022' resources: repository: git://github.com/marmanold/Date-Lectionary.git -version: v1.20180418 +version: v1.20180422 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_twitter: https://www.twitter.com/marmanold/ diff --git a/Makefile.PL b/Makefile.PL index 53dcafa..5dccdcd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,16 +34,15 @@ WriteMakefile( }, PREREQ_PM => { 'Carp' => '1.38', - 'Try::Tiny::Tiny' => '0.001', 'Try::Catch' => '1.1.0', 'Time::Piece' => '1.3204', 'Time::Seconds' => '1.3204', 'Moose' => '2.2010', 'Moose::Util::TypeConstraints' => '2.2010', 'MooseX::Aliases' => '0.11', - 'Date::Advent' => '1.20171223', + 'Date::Advent' => '1.20180422', 'Date::Easter' => '1.22', - 'Date::Lectionary::Time' => '1.20170311', + 'Date::Lectionary::Time' => '1.20180422', 'namespace::autoclean' => '0.28', 'File::Share' => '0.25', 'XML::LibXML' => '2.0128', @@ -61,15 +60,15 @@ WriteMakefile( provides => { 'Date::Lectionary' => { file => 'lib/Date/Lectionary.pm', - version => '1.20180418' + version => '1.20180422' }, 'Date::Lectionary::Day' => { file => 'lib/Date/Lectionary/Day.pm', - version => '1.20180418' + version => '1.20180422' }, 'Date::Lectionary::Year' => { file => 'lib/Date/Lectionary/Year.pm', - version => '1.20180418' + version => '1.20180422' }, }, keywords => [qw/ lectionary rcl acna readings christian liturgical /], diff --git a/README b/README index 8cb7e59..60329bd 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Date::Lectionary - Readings for the Christian Lectionary VERSION - Version 1.20180418 + Version 1.20180422 SYNOPSIS use Time::Piece; diff --git a/README.md b/README.md index 88a4964..d6aa063 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Date::Lectionary - Readings for the Christian Lectionary # VERSION -Version 1.20180418 +Version 1.20180422 # SYNOPSIS diff --git a/README.pod b/README.pod index 8095cb1..817e570 100644 --- a/README.pod +++ b/README.pod @@ -4,7 +4,7 @@ Date::Lectionary - Readings for the Christian Lectionary =head1 VERSION -Version 1.20180418 +Version 1.20180422 =cut diff --git a/lib/Date/Lectionary.pm b/lib/Date/Lectionary.pm index fd99569..39c74c4 100644 --- a/lib/Date/Lectionary.pm +++ b/lib/Date/Lectionary.pm @@ -4,8 +4,6 @@ use v5.22; use strict; use warnings; -use Try::Tiny::Tiny; - use Moose; use MooseX::StrictConstructor; use Carp; @@ -25,11 +23,11 @@ Date::Lectionary - Readings for the Christian Lectionary =head1 VERSION -Version 1.20180418 +Version 1.20180422 =cut -use version; our $VERSION = version->declare("v1.20180418"); +use version; our $VERSION = version->declare("v1.20180422"); =head1 SYNOPSIS diff --git a/lib/Date/Lectionary/Day.pm b/lib/Date/Lectionary/Day.pm index 13b264f..39e56a6 100644 --- a/lib/Date/Lectionary/Day.pm +++ b/lib/Date/Lectionary/Day.pm @@ -4,8 +4,6 @@ use v5.22; use strict; use warnings; -use Try::Tiny::Tiny; - use Moose; use MooseX::StrictConstructor; use MooseX::Aliases; @@ -27,11 +25,11 @@ Date::Lectionary::Day - Determines the Day in the Christian Liturgical Year =head1 VERSION -Version 1.20180418 +Version 1.20180422 =cut -use version; our $VERSION = version->declare("v1.20180418"); +use version; our $VERSION = version->declare("v1.20180422"); =head1 SYNOPSIS diff --git a/lib/Date/Lectionary/Year.pm b/lib/Date/Lectionary/Year.pm index 0c673a9..f62dcec 100644 --- a/lib/Date/Lectionary/Year.pm +++ b/lib/Date/Lectionary/Year.pm @@ -4,8 +4,6 @@ use v5.22; use strict; use warnings; -use Try::Tiny::Tiny; - use Moose; use MooseX::StrictConstructor; use Carp; @@ -19,11 +17,11 @@ Date::Lectionary::Year - Cycle Year for the Lectionary =head1 VERSION -Version 1.20180418 +Version 1.20180422 =cut -use version; our $VERSION = version->declare("v1.20180418"); +use version; our $VERSION = version->declare("v1.20180422"); =head1 SYNOPSIS