summaryrefslogtreecommitdiff
path: root/FS/FS/detail_format/simple2.pm
diff options
context:
space:
mode:
authormark <mark>2012-01-05 20:51:22 +0000
committermark <mark>2012-01-05 20:51:22 +0000
commita25b4a4f96f93c8824d9e5a02591d464848d4f75 (patch)
tree8472f0a0146ea09128d8d2643f2485d85d5a866a /FS/FS/detail_format/simple2.pm
parent68afc2494de171f7d193a1bd29f37b32996d0326 (diff)
"use base" for compatibility
Diffstat (limited to 'FS/FS/detail_format/simple2.pm')
-rw-r--r--FS/FS/detail_format/simple2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/detail_format/simple2.pm b/FS/FS/detail_format/simple2.pm
index 5bba18d..82773d2 100644
--- a/FS/FS/detail_format/simple2.pm
+++ b/FS/FS/detail_format/simple2.pm
@@ -1,7 +1,7 @@
package FS::detail_format::simple2;
use strict;
-use parent qw(FS::detail_format);
+use base qw(FS::detail_format);
use Date::Format qw(time2str);
sub name { 'Simple with source' }