Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jun 24, 2013
1 parent dba884c commit 4ab818a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl extension Log::Dispatch::Configurator::Perl

0.0132 Mon Jun 24 09:00:54 JST 2013
[NO CODE CHANGES]
- fixed a wrong dependency
- .gitignore
- travis.yml

0.0131 Sun Oct 14 16:32:00 JST 2012
[NO CODE CHANGES]
- fixed for kwalitee
Expand Down
52 changes: 52 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"abstract" : "Configurator implementation with Perl Code Style",
"author" : [
"Dai Okabayashi <bayashi@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.130880",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Log-Dispatch-Configurator-Perl",
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0.88"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Log::Dispatch::Configurator" : "0",
"parent" : "0",
"perl" : "v5.6.2"
}
}
},
"provides" : {
"Log::Dispatch::Configurator::Perl" : {
"file" : "lib/Log/Dispatch/Configurator/Perl.pm",
"version" : "0.0132"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/bayashi/Log-Dispatch-Configurator-Perl"
}
},
"version" : "0.0132"
}
2 changes: 1 addition & 1 deletion lib/Log/Dispatch/Configurator/Perl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Carp qw/croak/;
use parent 'Log::Dispatch::Configurator';

our $VERSION = '0.0131';
our $VERSION = '0.0132';

sub new {
my ($class, $file) = @_;
Expand Down

0 comments on commit 4ab818a

Please sign in to comment.