ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/doc/gendocs
(Generate patch)

Comparing ermyth/doc/gendocs (file contents):
Revision 1.4 by pippijn, Tue Aug 28 17:08:06 2007 UTC vs.
Revision 1.5 by pippijn, Sun Sep 16 18:54:41 2007 UTC

2 2
3use strict; 3use strict;
4use warnings; 4use warnings;
5use utf8; 5use utf8;
6 6
7use constant rcsid => '$Id: gendocs,v 1.4 2007/08/28 17:08:06 pippijn Exp $'; 7use constant rcsid => '$Id: gendocs,v 1.5 2007/09/16 18:54:41 pippijn Exp $';
8 8
9BEGIN { 9BEGIN {
10 unshift @INC, "lib"; 10 unshift @INC, "lib";
11} 11}
12 12
114Copyright © 2007 Pippijn van Steenhoven 114Copyright © 2007 Pippijn van Steenhoven
115 115
116=head1 LICENSE 116=head1 LICENSE
117 117
118This library is free software, you can redistribute it and/or modify 118This library is free software, you can redistribute it and/or modify
119it under the terms of the GNU General Public License. 119it under the terms of the GNU General Public License as documented in COPYING.
120 120
121=cut 121=cut

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines