summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-03-08 21:13:55 +0100
committerNiko Tyni <ntyni@iki.fi>2005-03-08 21:13:55 +0100
commit8acdb5d58ba10ecc1dc1d57be7fdc151515c82e0 (patch)
tree97e09db471f344027bc6e7d93ae782aeb92bf1c5
parent6e6508791dd10e9e2b5869187973b551dabc6fc9 (diff)
downloadsmokeping-8acdb5d58ba10ecc1dc1d57be7fdc151515c82e0.tar.gz
smokeping-8acdb5d58ba10ecc1dc1d57be7fdc151515c82e0.tar.xz
* branches/2.0/lib/ISG/ParseConfig.pm:
+ remove S<> tags from AUTHORS section as pod2html messes them up + explicitly set VERSION to 2.0
-rw-r--r--lib/ISG/ParseConfig.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ISG/ParseConfig.pm b/lib/ISG/ParseConfig.pm
index b2fb8d0..824ea79 100644
--- a/lib/ISG/ParseConfig.pm
+++ b/lib/ISG/ParseConfig.pm
@@ -6,7 +6,7 @@ package ISG::ParseConfig;
use strict;
use vars qw($VERSION);
-$VERSION = 1.9;
+$VERSION = 2.0;
sub new($$)
{
@@ -1490,8 +1490,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
=head1 AUTHOR
-S<David Schweikert E<lt>dws@ee.ethz.chE<gt>>
-S<Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>>
+David Schweikert E<lt>dws@ee.ethz.chE<gt>,
+Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
=head1 HISTORY