Skip to content

Commit

Permalink
0.38 prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jul 5, 2011
1 parent aa8bf4d commit d841ea4
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: illguts
version: 0.37
version: 0.38
abstract: illustrated perl guts
author:
- Gisle Aas <gisle@aas.no>
Expand Down
2 changes: 2 additions & 0 deletions 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 \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.37
0.38
Binary file modified illguts.chm
Binary file not shown.
32 changes: 16 additions & 16 deletions 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]

Binary file modified illguts.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion index-work.html
Expand Up @@ -22,7 +22,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#000055" vlink="#550000" alink="#000000" topmargin="0">

<h1 align="center" name="top">PerlGuts Illustrated<br><br>
<small>Version 0.37, for perl 5.14 and older</small></h1>
<small>Version 0.38, for perl 5.14 and older</small></h1>

<p>This document is meant to supplement the <i><a href="http://perldoc.perl.org/perlguts.html">perlguts(1)</a></i> manual
page that comes with Perl. It contains commented illustrations of all
Expand Down
2 changes: 1 addition & 1 deletion make_dist
Expand Up @@ -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';

Expand Down

0 comments on commit d841ea4

Please sign in to comment.