Skip to content

Commit

Permalink
Plugin::Charset is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kberov committed Aug 1, 2016
1 parent 7d87d67 commit d4e75c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Mojolicious::Plugin::DSC

1.006 2016-08-01
Fixed failing test t/advanced.t.
Mojolicious::Plugin::Charset was removed in version 7.0.

1.005 2015-03-21
Requiring DBIx::Simple::Class 1.009.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DSC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use DBIx::Simple::Class;
use Mojo::Util qw(camelize);
use Carp;

our $VERSION = '1.005';
our $VERSION = '1.006';

#some known good defaults
my $COMMON_ATTRIBUTES = {
Expand Down
3 changes: 0 additions & 3 deletions t/advanced.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ local $SIG{__WARN__} = sub {

app->mode('production'); #mute debug messages;

plugin('Charset', {charset => 'UTF-8'});


my $config = {
database => ':memory:',
DEBUG => 0,
Expand Down

0 comments on commit d4e75c6

Please sign in to comment.