Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jun 6, 2015
1 parent beeeddb commit e0d96bc
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Revision history for Perl extension WWW::Expand::More

0.02 Sat Jun 6 11:03:04 JST 2015
- fix POD
- tiny fixes

0.01 Fri Jun 5 23:36:8 JST 2015
- original version
59 changes: 59 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"abstract" : "The expander for a shortened URL",
"author" : [
"Dai Okabayashi <bayashi@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "WWW-Expand-More",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0.88"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"runtime" : {
"requires" : {
"Furl" : "0",
"perl" : "5.008001",
"strict" : "0",
"warnings" : "0"
}
}
},
"provides" : {
"WWW::Expand::More" : {
"file" : "lib/WWW/Expand/More.pm",
"version" : "0.01"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "http://github.com/bayashi/WWW-Expand-More/issues"
},
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/bayashi/WWW-Expand-More"
},
"x_IRC" : {
"url" : "irc://chat.freenode.org/#bayadev",
"web" : "http://webchat.freenode.net/?channels=%23bayadev"
}
},
"version" : "0.01"
}
2 changes: 1 addition & 1 deletion lib/WWW/Expand/More.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

use Furl;

our $VERSION = '0.01';
our $VERSION = '0.02';

sub _default_ua {
my $args = shift;
Expand Down

0 comments on commit e0d96bc

Please sign in to comment.