Skip to content

Commit

Permalink
distribution Hash-Case-1.006.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
markov2 authored and Mark Overmeer committed Jan 22, 2018
1 parent f032bbc commit f28784b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
@@ -1,7 +1,11 @@

==== version history of Hash::Case
All change made by Mark Overmeer.

version 1.006: Thu Jun 19 08:40:46 CEST 2008

- perl5.005 does not understand "use 5.6.0" and tie bug in 5.6.2.
So require 5.008 [cpantesters]

version 1.005: Wed Jun 18 09:02:28 CEST 2008

- require perl 5.6.0 [cpantesters]
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,10 +1,10 @@
use ExtUtils::MakeMaker;

use 5.6.0;
use 5.008;

WriteMakefile
( NAME => 'Hash::Case'
, VERSION => '1.005'
, VERSION => '1.006'
, PREREQ_PM =>
{ Test::More => 0.47
}
Expand Down

0 comments on commit f28784b

Please sign in to comment.