Skip to content

Commit

Permalink
M::P::JsonConfig was renamed to M::P::JSONConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Tasov committed Sep 1, 2011
1 parent 62f3e73 commit d763f41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.1.2 - 2011-09-02
- just to bother me, sri renamed M::P::JsonConfig to M::P::JSONConfig :-P

0.1.1 - 2011-03-16
- remove perl 5.010 dependency

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WriteMakefile(
'VERSION_FROM' => 'lib/Mojolicious/Plugin/YamlConfig.pm',
'NAME' => 'Mojolicious::Plugin::YamlConfig',
'PREREQ_PM' => {
'Mojolicious' => '1.12',
'Mojolicious' => '1.80',
'YAML::Tiny' => '0'
},
META_ADD => {
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Plugin/YamlConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use strict;
use warnings;
package Mojolicious::Plugin::YamlConfig;

use base 'Mojolicious::Plugin::JsonConfig';
use base 'Mojolicious::Plugin::JSONConfig';

our $VERSION = '0.1.1';
our $VERSION = '0.1.2';

sub register {
my ( $self, $app, $conf ) = @_;
Expand Down

0 comments on commit d763f41

Please sign in to comment.