Skip to content
Snippets Groups Projects
Unverified Commit 50938f9c authored by Graham Knop's avatar Graham Knop
Browse files

v0.018

  - avoid xattr headers in release tarball

  - minor code reformatting
parent 75ee1bf6
No related branches found
No related tags found
No related merge requests found
Revision history for Module-Runtime Revision history for Module-Runtime
{{ $NEXT }} 0.018 2025-04-21
- avoid xattr headers in release tarball - avoid xattr headers in release tarball
- minor code reformatting - minor code reformatting
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"Test::NoTabs" : "0", "Test::NoTabs" : "0",
"Test::Perl::Critic" : "0", "Test::Perl::Critic" : "0",
"Test::Pod" : "1.41", "Test::Pod" : "1.41",
"Test::Pod::Coverage::TrustMe" : "0", "Test::Pod::Coverage::TrustMe" : "0.002001",
"Test::Portability::Files" : "0", "Test::Portability::Files" : "0",
"Test::Spelling" : "0.17", "Test::Spelling" : "0.17",
"Test::Version" : "1" "Test::Version" : "1"
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"provides" : { "provides" : {
"Module::Runtime" : { "Module::Runtime" : {
"file" : "lib/Module/Runtime.pm", "file" : "lib/Module/Runtime.pm",
"version" : "0.017" "version" : "0.018"
} }
}, },
"release_status" : "stable", "release_status" : "stable",
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"web" : "https://github.com/haarg/Module-Runtime" "web" : "https://github.com/haarg/Module-Runtime"
} }
}, },
"version" : "0.017", "version" : "0.018",
"x_contributors" : [ "x_contributors" : [
"Graham Knop <haarg@haarg.org>" "Graham Knop <haarg@haarg.org>"
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment