freeside/install/5.005/Net-Whois-Raw/lib/Net/Whois/Raw Data.pm,1.1,1.2
ivan
ivan at pouncequick.420.am
Thu Apr 29 02:24:41 PDT 2004
- Previous message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema ColGroup.pm,NONE,1.1 Column.pm,NONE,1.1 DBD.pm,NONE,1.1 Table.pm,NONE,1.1
- Next message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/eg ApacheDBI.pl,NONE,1.1.2.1 lotest.pl,NONE,1.1.2.1 notify_test.patch,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/install/5.005/Net-Whois-Raw/lib/Net/Whois/Raw
In directory pouncequick:/tmp/cvs-serv11097
Modified Files:
Data.pm
Log Message:
5.005 fix
Index: Data.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/5.005/Net-Whois-Raw/lib/Net/Whois/Raw/Data.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Data.pm 7 Apr 2004 09:08:34 -0000 1.1
+++ Data.pm 29 Apr 2004 09:24:38 -0000 1.2
@@ -1,9 +1,9 @@
package Net::Whois::Raw::Data;
use strict;
-use vars qw(%notfound %strip);
+use vars qw(%notfound %strip %servers);
-our %servers = qw(
+%servers = qw(
COM whois.crsnic.net
NET whois.crsnic.net
EDU whois.educause.net
- Previous message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/DBSchema ColGroup.pm,NONE,1.1 Column.pm,NONE,1.1 DBD.pm,NONE,1.1 Table.pm,NONE,1.1
- Next message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/eg ApacheDBI.pl,NONE,1.1.2.1 lotest.pl,NONE,1.1.2.1 notify_test.patch,NONE,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list