Stopped using subversion

This commit is contained in:
Stephen Nelson 2013-08-21 21:17:06 -07:00
parent 27183207c9
commit b42265b692

View File

@ -144,6 +144,7 @@ an ASCII "alphabet".
=cut =cut
use strict; use strict;
use warnings;
use vars qw(@ISA @EXPORT_OK $VERSION $QUIET); use vars qw(@ISA @EXPORT_OK $VERSION $QUIET);
use integer; use integer;
@ -160,7 +161,7 @@ use FileHandle;
# The package version, both in 1.23 style *and* usable by MakeMaker: # The package version, both in 1.23 style *and* usable by MakeMaker:
$VERSION = substr q$Revision: 1.119 $, 10; $VERSION = '1.120';
# My identity: # My identity:
my $I = 'binhex:'; my $I = 'binhex:';