Stopped using subversion

This commit is contained in:
Stephen Nelson 2013-08-21 21:17:06 -07:00
parent 27183207c9
commit b42265b692
1 changed files with 2 additions and 1 deletions

View File

@ -144,6 +144,7 @@ an ASCII "alphabet".
=cut
use strict;
use warnings;
use vars qw(@ISA @EXPORT_OK $VERSION $QUIET);
use integer;
@ -160,7 +161,7 @@ use FileHandle;
# 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 $I = 'binhex:';