minor cleanup
authorIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 17:59:31 +0000 (10:59 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 17:59:31 +0000 (10:59 -0700)
FS/FS/part_event/Condition/has_pkgpart.pm

index d85e1bd..5505a99 100644 (file)
@@ -1,9 +1,8 @@
 package FS::part_event::Condition::has_pkgpart;
+use base qw( FS::part_event::Condition );
 
 use strict;
 
-use base qw( FS::part_event::Condition );
-
 sub description { 'Customer has uncancelled specific package(s)'; }
 
 sub eventtable_hashref {