Skip to content

Commit

Permalink
updated meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 17, 2012
1 parent df53d39 commit 759f65d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"David Golden <dagolden@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621",
"generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120630",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -33,26 +33,26 @@
},
"runtime" : {
"requires" : {
"Carp" : 0,
"constant" : 0,
"Carp" : "0",
"constant" : "0",
"perl" : "5.006",
"strict" : 0,
"warnings" : 0
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Exporter" : 0,
"File::Find" : 0,
"File::Temp" : 0,
"Test::More" : 0
"Exporter" : "0",
"File::Find" : "0",
"File::Temp" : "0",
"Test::More" : "0"
}
}
},
"provides" : {
"Sub::Uplevel" : {
"file" : "lib/Sub/Uplevel.pm",
"version" : "0.24"
"version" : "0.25"
}
},
"release_status" : "stable",
Expand All @@ -68,6 +68,6 @@
"web" : "https://github.com/dagolden/sub-uplevel"
}
},
"version" : "0.24"
"version" : "0.25"
}

4 changes: 2 additions & 2 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sub::Uplevel - apparently run a function in a higher stack frame

=head1 VERSION

version 0.24
version 0.25

=head1 SYNOPSIS

Expand Down Expand Up @@ -190,7 +190,7 @@ See http://www.perl.com/perl/misc/Artistic.html
PadWalker (for the similar idea with lexicals), Hook::LexWrap,
Tcl's uplevel() at http://www.scriptics.com/man/tcl8.4/TclCmd/uplevel.htm

=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders
=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan

=head1 SUPPORT

Expand Down

0 comments on commit 759f65d

Please sign in to comment.