diff --git a/Changes b/Changes index 1d8a22f..e719cc7 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.38 2011-07-xx rurban@cpan.org +0.38 2011-07-05 rurban@cpan.org * index: SvTYPE versions, lexical access * epsx2png: added * sviv-new.epsx: renamed to iv-typed.epsx diff --git a/META.yml b/META.yml index 13e01de..e813fa5 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: illguts -version: 0.37 +version: 0.38 abstract: illustrated perl guts author: - Gisle Aas diff --git a/Makefile b/Makefile index c1c3786..407f3cf 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# sed -i -e's,0.37,0.38,' META.yml VERSION illguts.hhp index-work.html + png=svhead.png \ svrv.png \ strtab.png \ diff --git a/VERSION b/VERSION index c128d4d..1cbc812 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.37 +0.38 diff --git a/illguts.chm b/illguts.chm index 69c86f4..ce93c82 100644 Binary files a/illguts.chm and b/illguts.chm differ diff --git a/illguts.hhp b/illguts.hhp index 38cedb8..db3adb5 100644 --- a/illguts.hhp +++ b/illguts.hhp @@ -1,16 +1,16 @@ -[OPTIONS] -Compatibility=1.1 or later -Compiled file=illguts.chm -Default topic=index.html -Display compile notes=No -Display compile progress=No -Full-text search=Yes -Index file=illguts.hhk -Language=0x409 Englisch (USA) -Title=illguts-0.37 - -[FILES] -index.html - -[INFOTYPES] - +[OPTIONS] +Compatibility=1.1 or later +Compiled file=illguts.chm +Default topic=index.html +Display compile notes=No +Display compile progress=No +Full-text search=Yes +Index file=illguts.hhk +Language=0x409 Englisch (USA) +Title=illguts-0.38 + +[FILES] +index.html + +[INFOTYPES] + diff --git a/illguts.pdf b/illguts.pdf index 0b516de..ca99236 100644 Binary files a/illguts.pdf and b/illguts.pdf differ diff --git a/index-work.html b/index-work.html index dcf5a72..db7c47a 100644 --- a/index-work.html +++ b/index-work.html @@ -22,7 +22,7 @@

PerlGuts Illustrated

-Version 0.37, for perl 5.14 and older

+Version 0.38, for perl 5.14 and older

This document is meant to supplement the perlguts(1) manual page that comes with Perl. It contains commented illustrations of all diff --git a/make_dist b/make_dist index 55aa1c3..b7d8c70 100755 --- a/make_dist +++ b/make_dist @@ -9,7 +9,7 @@ sh("grep 'Title=illguts-$VERSION' illguts.hhp"); sh("grep -E 'version: +$VERSION' META.yml"); sh('find . -type f -exec chmod 0644 "{}" ";"'); sh('find . -type d -exec chmod 0755 "{}" ";"'); -my @exe = qw(mk-slides eps2png eps2ppm epsx2eps make_dist htmlprep.pl hhk.pl); +my @exe = qw(mk-slides eps2png eps2ppm epsx2eps epsx2png make_dist htmlprep.pl hhk.pl); print "chmod 0754, @exe, 'up'\n"; chmod 0754, @exe, 'up';