X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=eg%2Ftable_template.pm;h=686bef6a838e9d5b4958e5d2fc102082b156ea3c;hp=5da6f3b28405f54eb5770e7959c0672f1fef0abc;hb=29d80a8582103ead0b5910391cabc45cb85fa836;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0 diff --git a/eg/table_template.pm b/eg/table_template.pm index 5da6f3b28..686bef6a8 100644 --- a/eg/table_template.pm +++ b/eg/table_template.pm @@ -1,11 +1,9 @@ package FS::table_name; +use base qw( FS::Record ); use strict; -use vars qw( @ISA ); use FS::Record qw( qsearch qsearchs ); -@ISA = qw(FS::Record); - =head1 NAME FS::table_name - Object methods for table_name records @@ -110,7 +108,7 @@ The author forgot to customize this manpage. =head1 SEE ALSO -L, schema.html from the base documentation. +L =cut