File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for the book Perl Jam.
2
2
---------------------------------------
3
3
4
- 0.05 current
4
+ 0.05 2012-10-22
5
5
- added a code of conduct.
6
+ - included patches from Max Maischein (Corion).
7
+ - included patches from Alex Muntada (alexm).
8
+ - some further rewording.
6
9
7
- 0.04 21/08/ 2011
10
+ 0.04 2011-08-21
8
11
- link fix in Ch9.
9
12
- grammar fix in Ch4.
10
13
- decode entities for TOC in ePub script.
11
14
- included patches from Maro� Koll�r (maros).
12
15
- spelling fixes and rewording.
13
16
14
- 0.03 11/03/ 2011
17
+ 0.03 2011-03-11
15
18
- 3rd draft - 1st public draft
16
19
17
- 0.02 01/12/ 2010
20
+ 0.02 2010-12-01
18
21
- 2nd draft
19
22
20
- 0.01 01/09/2099
23
+ 0.01 2006-09-01
21
24
- 1st draft
Original file line number Diff line number Diff line change 1
1
use ExtUtils::MakeMaker;
2
2
WriteMakefile(
3
3
' NAME' => ' perl-jam' ,
4
- ' VERSION' => ' 0.04 ' ,
4
+ ' VERSION' => ' 0.05 ' ,
5
5
' PREREQ_PM' => {},
6
6
' dist' => {COMPRESS => ' gzip -f9' , SUFFIX => ' gz' },
7
7
);
You can’t perform that action at this time.
0 commit comments