Skip to content

Commit

Permalink
replace YAML::Syck with YAML::Any
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jul 14, 2011
1 parent d7a3a77 commit e4af55b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Module-CPANTS-Analyse/bin/cpants_lint.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Getopt::Long;
use IO::Capture::Stdout;
use Data::Dumper;
use YAML::Syck;
use YAML::Any;
use File::Spec::Functions;
use Cwd;
use Pod::Usage;
Expand Down
4 changes: 2 additions & 2 deletions Module-CPANTS-Analyse/lib/Module/CPANTS/Analyse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ use Carp;
use Module::CPANTS::Kwalitee;
use IO::Capture::Stdout;
use IO::Capture::Stderr;
use YAML::Syck qw(LoadFile);
use YAML::Any qw(LoadFile);

use version; our $VERSION=version->new('0.85');
use version; our $VERSION=version->new('0.86');

# setup logger
if (! main->can('logger')) {
Expand Down

0 comments on commit e4af55b

Please sign in to comment.