Skip to content

Commit 6a3689f

Browse files
committed
package updates
1 parent 4e9f387 commit 6a3689f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGES

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
Revision history for the book Perl Jam.
22
---------------------------------------
33

4-
0.05 current
4+
0.05 2012-10-22
55
- added a code of conduct.
6+
- included patches from Max Maischein (Corion).
7+
- included patches from Alex Muntada (alexm).
8+
- some further rewording.
69

7-
0.04 21/08/2011
10+
0.04 2011-08-21
811
- link fix in Ch9.
912
- grammar fix in Ch4.
1013
- decode entities for TOC in ePub script.
1114
- included patches from Maro� Koll�r (maros).
1215
- spelling fixes and rewording.
1316

14-
0.03 11/03/2011
17+
0.03 2011-03-11
1518
- 3rd draft - 1st public draft
1619

17-
0.02 01/12/2010
20+
0.02 2010-12-01
1821
- 2nd draft
1922

20-
0.01 01/09/2099
23+
0.01 2006-09-01
2124
- 1st draft

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use ExtUtils::MakeMaker;
22
WriteMakefile(
33
'NAME' => 'perl-jam',
4-
'VERSION' => '0.04',
4+
'VERSION' => '0.05',
55
'PREREQ_PM' => {},
66
'dist'=> {COMPRESS=>'gzip -f9', SUFFIX=>'gz'},
77
);

0 commit comments

Comments
 (0)