Skip to content

Commit

Permalink
Re-create distmeta
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsavage committed Sep 5, 2014
1 parent 76f6ddc commit 12d8703
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ t/20_Tree_Simple_Visitor_test.t
t/21_Tree_Simple_Visitor_test.t
xt/author/pod.t
xt/author/pod_coverage.t
xt/author/version.t
5 changes: 2 additions & 3 deletions MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Stevan Little <stevan@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.4204",
"generated_by" : "Module::Build version 0.4207",
"license" : [
"perl_5"
],
Expand All @@ -17,8 +17,7 @@
"build" : {
"requires" : {
"Test::Exception" : "0.15",
"Test::More" : "0.47",
"Test::Version" : "1.002003"
"Test::More" : "0.47"
}
},
"configure" : {
Expand Down
25 changes: 12 additions & 13 deletions MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,31 @@ abstract: 'A simple tree object'
author:
- 'Stevan Little <stevan@cpan.org>'
build_requires:
Test::Exception: 0.15
Test::More: 0.47
Test::Version: 1.002003
Test::Exception: '0.15'
Test::More: '0.47'
configure_requires:
Module::Build: 0.4
Module::Build: '0.4'
dynamic_config: 0
generated_by: 'Module::Build version 0.4204, CPAN::Meta::Converter version 2.133380'
generated_by: 'Module::Build version 0.4207, CPAN::Meta::Converter version 2.142060'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
version: '1.4'
name: Tree-Simple
provides:
Tree::Simple:
file: lib/Tree/Simple.pm
version: 1.23
version: '1.23'
Tree::Simple::Visitor:
file: lib/Tree/Simple/Visitor.pm
version: 1.23
version: '1.23'
requires:
Scalar::Util: 1.18
constant: 0
strict: 0
warnings: 0
Scalar::Util: '1.18'
constant: '0'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/stevan/tree-simple/issues
license: https://www.gnu.org/licenses/license-list.html#PerlLicense
repository: https://github.com/stevan/tree-simple
version: 1.23
version: '1.23'

0 comments on commit 12d8703

Please sign in to comment.