Skip to content

Commit c6fca8a

Browse files
committed
regenerate meta files
1 parent 74f8403 commit c6fca8a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

META.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,23 @@
7070
"provides" : {
7171
"Module::Starter" : {
7272
"file" : "lib/Module/Starter.pm",
73-
"version" : "1.77"
73+
"version" : "1.78"
7474
},
7575
"Module::Starter::App" : {
7676
"file" : "lib/Module/Starter/App.pm",
77-
"version" : "1.77"
77+
"version" : "1.78"
7878
},
7979
"Module::Starter::BuilderSet" : {
8080
"file" : "lib/Module/Starter/BuilderSet.pm",
81-
"version" : "1.77"
81+
"version" : "1.78"
8282
},
8383
"Module::Starter::Plugin::Template" : {
8484
"file" : "lib/Module/Starter/Plugin/Template.pm",
85-
"version" : "1.77"
85+
"version" : "1.78"
8686
},
8787
"Module::Starter::Simple" : {
8888
"file" : "lib/Module/Starter/Simple.pm",
89-
"version" : "1.77"
89+
"version" : "1.78"
9090
}
9191
},
9292
"release_status" : "stable",
@@ -102,7 +102,7 @@
102102
},
103103
"x_IRC" : "irc://irc.perl.org/#toolchain"
104104
},
105-
"version" : "1.77",
105+
"version" : "1.78",
106106
"x_contributors" : [
107107
"Brendan Byrd <byrd.b@insightcom.com>",
108108
"Brian Manning <cpan@xaoc.org>",
@@ -130,8 +130,8 @@
130130
"xdaveg <xdaveg@bb7b6759-d628-0410-895d-7b6b7dc49dde>",
131131
"xsawyerx <xsawyerx@bb7b6759-d628-0410-895d-7b6b7dc49dde>"
132132
],
133-
"x_generated_by_perl" : "v5.30.2",
134-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
133+
"x_generated_by_perl" : "v5.32.0",
134+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.23",
135135
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
136136
}
137137

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
3636
"File::Spec" => 0,
3737
"Test::More" => "0.94"
3838
},
39-
"VERSION" => "1.77",
39+
"VERSION" => "1.78",
4040
"test" => {
4141
"TESTS" => "t/*.t"
4242
}

0 commit comments

Comments
 (0)