Skip to content

Commit

Permalink
Add T::H requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Aug 13, 2007
1 parent 17928eb commit f4bc910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Changelog for ack

NEXT
[FIXES]
New Macs are shipping with Test::Harness 1.85, and ack's test
confuse it. I added a requirement of Test::Harness 2.50. The
specific version is somewhat arbitrary.

1.65_01 Fri Aug 10 00:28:55 CDT 2007

[ENHANCEMENTS]
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -12,6 +12,7 @@ WriteMakefile(
PM => { 'Ack.pm' => '$(INST_LIBDIR)/App/Ack.pm' },
EXE_FILES => [ 'ack' ],
PREREQ_PM => {
'Test::Harness' => 2.50, # Something reasonably newish
'Term::ANSIColor' => 0,
'Getopt::Long' => 0,
'Test::More' => 0,
Expand Down

0 comments on commit f4bc910

Please sign in to comment.