Skip to content

Commit

Permalink
r27690@windhund: schwern | 2007-03-13 17:26:05 -0700
Browse files Browse the repository at this point in the history
     - Will now install as a core module in 5.6.2 which ships with Test::More.
       [rt.cpan.org 25163]
  • Loading branch information
schwern committed Mar 14, 2007
1 parent 405086f commit d3022d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -5,6 +5,8 @@
handler. [rt.cpan.org 23509]
- Minor improvement to TB's filehandle detection in the case of overridden
isa(). [rt.cpan.org 20890]
- Will now install as a core module in 5.6.2 which ships with Test::More.
[rt.cpan.org 25163]

New Features
- Test::Builder->is_fh() provides a way to determine if a thing
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -51,8 +51,8 @@ WriteMakefile(
PREREQ_PM => {
Test::Harness => 2.03,
},
# Added to the core somewhere around 5.7.2.
INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site',
# Added to the core in 5.7.3 and also 5.6.2.
INSTALLDIRS => $] >= 5.006002 ? 'perl' : 'site',
($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE => 'perl') : ()),
);

Expand Down

0 comments on commit d3022d0

Please sign in to comment.