]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
update release time format
authorCharles McGarvey <ccm@cpan.org>
Thu, 31 Mar 2022 14:13:15 +0000 (08:13 -0600)
committerCharles McGarvey <ccm@cpan.org>
Thu, 31 Mar 2022 14:23:37 +0000 (08:23 -0600)
lib/Dist/Zilla/PluginBundle/Author/CCM.pm

index 356f6c60b6f7852c9e1888d63a3f64abda8bbcb9..d1581c6aee1fa7b8687e50b0a1c5aadeab301997 100644 (file)
@@ -302,7 +302,7 @@ sub configure {
         $self->installer,     # e.g. MakeMaker
 
         # RELEASE
-        ['NextRelease'],
+        ['NextRelease' => {format => '%-9v %{yyyy-MM-dd HH:mm:ssZZZ}d%{ (TRIAL RELEASE)}T'}],
         ['CheckChangesHasContent'],
         ['Git::Check' => {allow_dirty => [@allow_dirty], untracked_files => 'ignore'}],
         ['RunExtraTests'],
This page took 0.023969 seconds and 4 git commands to generate.