Skip to content

Commit

Permalink
Merge pull request #11 from sergeyromanov/patch-1
Browse files Browse the repository at this point in the history
Changed File::Slurp to File::Slurp::Tiny
  • Loading branch information
robrwo committed Dec 8, 2014
2 parents 1f248a9 + 519db35 commit 7589e88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -40,7 +40,7 @@ requires:
Exporter: 0
ExtUtils::MakeMaker: 6.56
File::Copy: 0
File::Slurp: 0
File::Slurp::Tiny: 0
Getopt::Long::Descriptive: 0
Hash::Util: 0
IO: 0
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -41,7 +41,7 @@ requires(
'Exporter' => 0,
'ExtUtils::MakeMaker' => 6.56,
'File::Copy' => 0,
'File::Slurp' => 0,
'File::Slurp::Tiny' => 0,
'Getopt::Long::Descriptive' => 0,
'Hash::Util' => 0,
'IO' => 0,
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -70,7 +70,7 @@ This distribution requires the following modules:

=item * L<CPAN::Meta>

=item * L<File::Slurp>
=item * L<File::Slurp::Tiny>

=item * L<Getopt::Long::Descriptive>

Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Readme/Filter.pm
Expand Up @@ -13,7 +13,7 @@ use MooX::HandlesVia;
with 'Pod::Readme::Plugin';

use Carp;
use File::Slurp qw/ read_file /;
use File::Slurp::Tiny qw/ read_file /;
use IO qw/ File Handle /;
use Module::Load qw/ load /;
use Path::Tiny;
Expand Down
2 changes: 1 addition & 1 deletion t/data/META-1.yml
Expand Up @@ -25,7 +25,7 @@ requires:
CPAN::Changes: 0
CPAN::Meta: 0
ExtUtils::MakeMaker: 6.56
File::Slurp: 0
File::Slurp::Tiny: 0
Hash::Util: 0
IO: 0
Module::CoreList: 0
Expand Down

0 comments on commit 7589e88

Please sign in to comment.