Skip to content

Commit

Permalink
Merge branch 'master' of github.com:katekirby/Carp-Parse-Redact
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Kirby committed Oct 10, 2012
2 parents 7781b8d + eb925fb commit 921b71d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Build.PL
Expand Up @@ -14,17 +14,17 @@ my $builder = Module::Build->new(
dist_version_from => 'lib/Carp/Parse/Redact.pm',
build_requires =>
{
'Carp' => 0,
'Carp::Parse' => 0,
'Data::Dump' => 0,
'Test::Deep' => 0,
'Test::Exception' => 0,
'Test::More' => 0,
'Data::Validate::Type' => 0,
},
requires =>
{
'perl' => 5.006,
'Carp' => 0,
'Carp::Parse' => 0,
'Data::Dump' => 0,
'Data::Validate::Type' => 0,
'perl' => 5.006,
},
add_to_cleanup =>
[
Expand Down
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -17,10 +17,6 @@
"prereqs" : {
"build" : {
"requires" : {
"Carp" : "0",
"Carp::Parse" : "0",
"Data::Dump" : "0",
"Data::Validate::Type" : "0",
"Test::Deep" : "0",
"Test::Exception" : "0",
"Test::More" : "0"
Expand All @@ -33,6 +29,10 @@
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Carp::Parse" : "0",
"Data::Dump" : "0",
"Data::Validate::Type" : "0",
"perl" : "5.006"
}
}
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Expand Up @@ -4,10 +4,6 @@ author:
- 'Guillaume Aubert <aubertg@cpan.org>'
- 'Kate Kirby <kate@cpan.org>'
build_requires:
Carp: 0
Carp::Parse: 0
Data::Dump: 0
Data::Validate::Type: 0
Test::Deep: 0
Test::Exception: 0
Test::More: 0
Expand All @@ -28,6 +24,10 @@ provides:
file: lib/Carp/Parse/Redact.pm
version: v1.1.4
requires:
Carp: 0
Carp::Parse: 0
Data::Dump: 0
Data::Validate::Type: 0
perl: 5.006
resources:
bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=carp-parse-redact
Expand Down
4 changes: 4 additions & 0 deletions t/pod-coverage.t
@@ -1,7 +1,11 @@
#!perl -T

use strict;
use warnings;

use Test::More;


# Ensure a recent version of Test::Pod::Coverage
my $min_tpc = 1.08;
eval "use Test::Pod::Coverage $min_tpc";
Expand Down

0 comments on commit 921b71d

Please sign in to comment.