Skip to content

Commit cf4aba7

Browse files
committed
mbtiny regenerate
1 parent e141bc3 commit cf4aba7

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

Build.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This Build.PL for Date-Holidays-TW was generated by mbtiny 0.041.
1+
# This Build.PL for Date-Holidays-TW was generated by mbtiny 0.051.
22
use 5.008;
3-
use Module::Build::Tiny 0.039;
3+
use Module::Build::Tiny 0.044;
44
Build_PL();

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is Copyright (c) 2024 by Kang-min Liu C<< <gugod@gugod.org> >>, Wei-Hon Chen.
1+
This software is Copyright (c) 2025 by Kang-min Liu C<< <gugod@gugod.org> >>, Wei-Hon Chen.
22

33
This is free software, licensed under:
44

META.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Wei-Hon Chen"
66
],
77
"dynamic_config" : 0,
8-
"generated_by" : "App::ModuleBuildTiny version 0.041",
8+
"generated_by" : "App::ModuleBuildTiny version 0.051",
99
"license" : [
1010
"mit"
1111
],
@@ -17,12 +17,12 @@
1717
"prereqs" : {
1818
"configure" : {
1919
"requires" : {
20-
"Module::Build::Tiny" : "0.039"
20+
"Module::Build::Tiny" : "0.044"
2121
}
2222
},
2323
"develop" : {
2424
"requires" : {
25-
"App::ModuleBuildTiny" : "0.041"
25+
"App::ModuleBuildTiny" : "0.051"
2626
}
2727
},
2828
"runtime" : {
@@ -41,7 +41,7 @@
4141
"provides" : {
4242
"Date::Holidays::TW" : {
4343
"file" : "lib/Date/Holidays/TW.pm",
44-
"version" : "v0.6.0"
44+
"version" : "v0.7.0"
4545
}
4646
},
4747
"release_status" : "stable",
@@ -55,8 +55,9 @@
5555
"web" : "https://github.com/perltaiwan/Date-Holidays-TW"
5656
}
5757
},
58-
"version" : "v0.6.0",
59-
"x_serialization_backend" : "JSON::PP version 4.16",
58+
"version" : "v0.7.0",
59+
"x_generated_by_perl" : "v5.40.2",
60+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.39",
6061
"x_spdx_expression" : "MIT",
6162
"x_static_install" : "1"
6263
}

META.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ build_requires:
77
App::Yath: '0'
88
Test2::V0: '0'
99
configure_requires:
10-
Module::Build::Tiny: '0.039'
10+
Module::Build::Tiny: '0.044'
1111
dynamic_config: 0
12-
generated_by: 'App::ModuleBuildTiny version 0.041, CPAN::Meta::Converter version 2.150010'
12+
generated_by: 'App::ModuleBuildTiny version 0.051, CPAN::Meta::Converter version 2.150010'
1313
license: mit
1414
meta-spec:
1515
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,14 +18,15 @@ name: Date-Holidays-TW
1818
provides:
1919
Date::Holidays::TW:
2020
file: lib/Date/Holidays/TW.pm
21-
version: v0.6.0
21+
version: v0.7.0
2222
requires:
2323
DateTime: '0'
2424
DateTime::Calendar::Chinese: '0'
2525
resources:
2626
bugtracker: https://github.com/perltaiwan/Date-Holidays-TW/issues
2727
repository: https://github.com/perltaiwan/Date-Holidays-TW.git
28-
version: v0.6.0
28+
version: v0.7.0
29+
x_generated_by_perl: v5.40.2
2930
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
3031
x_spdx_expression: MIT
3132
x_static_install: '1'

0 commit comments

Comments
 (0)