diff --git a/.gitignore b/.gitignore index 4494700..48e0cd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ blib +App-dategrep-*/ dategrep-*/ Build dategrep diff --git a/Changes b/Changes index 821c05b..528f0ae 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl module App::dategrep {{$NEXT}} + - compiles %c last in case it contains %x or %X + - change name of the distribution to App-dategrep + 2.00 2018-08-06T18:43:47Z *** BREAKS COMPATIBILITY *** diff --git a/META.json b/META.json index 4f24e98..a6db9c8 100644 --- a/META.json +++ b/META.json @@ -12,7 +12,7 @@ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, - "name" : "dategrep", + "name" : "App-dategrep", "no_index" : { "directory" : [ "t", diff --git a/minil.toml b/minil.toml index d943d21..0dbf541 100644 --- a/minil.toml +++ b/minil.toml @@ -1,5 +1,7 @@ +name="App-dategrep" readme_from="script/dategrep" abstract_from="script/dategrep" license="gpl_3" authors_from="script/dategrep" badges = ['travis', 'coveralls' ] +tag_format="v%v"