Skip to content

Commit

Permalink
Added verison back to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marmanold committed Apr 17, 2018
1 parent 6e04353 commit c8afc8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 6 additions & 3 deletions MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@
},
"provides" : {
"Date::Lectionary" : {
"file" : "lib/Date/Lectionary.pm"
"file" : "lib/Date/Lectionary.pm",
"version" : "1.20180417"
},
"Date::Lectionary::Day" : {
"file" : "lib/Date/Lectionary/Day.pm"
"file" : "lib/Date/Lectionary/Day.pm",
"version" : "1.20180417"
},
"Date::Lectionary::Year" : {
"file" : "lib/Date/Lectionary/Year.pm"
"file" : "lib/Date/Lectionary/Year.pm",
"version" : "1.20180417"
}
},
"release_status" : "stable",
Expand Down
3 changes: 3 additions & 0 deletions MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ no_index:
provides:
Date::Lectionary:
file: lib/Date/Lectionary.pm
version: '1.20180417'
Date::Lectionary::Day:
file: lib/Date/Lectionary/Day.pm
version: '1.20180417'
Date::Lectionary::Year:
file: lib/Date/Lectionary/Year.pm
version: '1.20180417'
requires:
Carp: '1.38'
Date::Advent: '1.20171223'
Expand Down
9 changes: 6 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ WriteMakefile(
},
provides => {
'Date::Lectionary' => {
file => 'lib/Date/Lectionary.pm'
file => 'lib/Date/Lectionary.pm',
version => '1.20180417'
},
'Date::Lectionary::Day' => {
file => 'lib/Date/Lectionary/Day.pm'
file => 'lib/Date/Lectionary/Day.pm',
version => '1.20180417'
},
'Date::Lectionary::Year' => {
file => 'lib/Date/Lectionary/Year.pm'
file => 'lib/Date/Lectionary/Year.pm',
version => '1.20180417'
},
},
keywords => [qw/ lectionary rcl acna readings christian liturgical /],
Expand Down

0 comments on commit c8afc8c

Please sign in to comment.