[freeside-commits] freeside/FS/FS access_group.pm,1.3,1.4

Ivan,,, ivan at wavetail.420.am
Thu Sep 22 14:39:33 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29551/FS/FS

Modified Files:
	access_group.pm 
Log Message:
slightly more modern perl

Index: access_group.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/access_group.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- access_group.pm	1 Aug 2007 22:24:36 -0000	1.3
+++ access_group.pm	22 Sep 2011 21:39:31 -0000	1.4
@@ -1,14 +1,11 @@
 package FS::access_group;
 
 use strict;
-use vars qw( @ISA );
+use base qw(FS::m2m_Common FS::m2name_Common FS::Record);
 use FS::Record qw( qsearch qsearchs );
-use FS::m2name_Common;
 use FS::access_groupagent;
 use FS::access_right;
 
- at ISA = qw(FS::m2m_Common FS::m2name_Common FS::Record);
-
 =head1 NAME
 
 FS::access_group - Object methods for access_group records



More information about the freeside-commits mailing list