X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=eg%2Ftable_template.pm;h=0a6f85156aee5f69d09d0efa5d5635f8a46d0f4d;hb=167dbdad01e2c1b62fd9be43cc05212e8c874a02;hp=5da6f3b28405f54eb5770e7959c0672f1fef0abc;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/eg/table_template.pm b/eg/table_template.pm index 5da6f3b28..0a6f85156 100644 --- a/eg/table_template.pm +++ b/eg/table_template.pm @@ -1,11 +1,9 @@ package FS::table_name; use strict; -use vars qw( @ISA ); +use base qw( FS::Record ); 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