add safety check for existence of h_svc_* modules, #39779, #34107, #22009, #15902...
[freeside.git] / FS / FS / acct_snarf.pm
index 9816de9..40d21d0 100644 (file)
@@ -1,13 +1,11 @@
 package FS::acct_snarf;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
 use Tie::IxHash;
 use FS::Record qw( qsearchs );
 use FS::cust_svc;
 
-@ISA = qw( FS::Record );
-
 =head1 NAME
 
 FS::acct_snarf - Object methods for acct_snarf records