This commit was generated by cvs2svn to compensate for changes in r12472,
[freeside.git] / FS / FS / detail_format / simple.pm
index cb6b672..ef92706 100644 (file)
@@ -1,7 +1,7 @@
 package FS::detail_format::simple;
 
 use strict;
-use parent qw(FS::detail_format);
+use base qw(FS::detail_format);
 use Date::Format qw(time2str);
 
 sub name { 'Simple' }