Skip to content

Commit

Permalink
do not test core modules; they DO change
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Oct 7, 2013
1 parent 466e5dc commit 6e9cf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl-PrereqScanner

{{$NEXT}}
- eliminate testing of Carp for its prereqs, which *did* change from older
5.8.8 installs

1.016 2013-06-19 21:27:44 America/New_York
- new executable is bundled, scan-perl-prereqs, to take the plae of
Expand Down
20 changes: 0 additions & 20 deletions t/scan-module.t
Expand Up @@ -24,26 +24,6 @@ sub module_prereq_is {

}

# Test with some Core modules whose dependencies are unlikely to change (very often)

module_prereq_is(
'Getopt::Std',
{
'Exporter' => 0,
'perl' => '5.000',
},
);

module_prereq_is(
'Carp',
{
'Exporter' => 0,
'perl' => '5.006',
'strict' => 0,
'warnings' => 0,
},
);

# Test with ourself!

module_prereq_is(
Expand Down

0 comments on commit 6e9cf24

Please sign in to comment.