[freeside-commits] branch master updated. 26bc6f249a1cdb165bf9b0d0fa3fc055ed457723

Ivan ivan at 420.am
Fri Mar 22 10:38:23 PDT 2013


The branch, master has been updated
       via  26bc6f249a1cdb165bf9b0d0fa3fc055ed457723 (commit)
      from  9066ea72aa1cd817e81fa828358fb26cec508087 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 26bc6f249a1cdb165bf9b0d0fa3fc055ed457723
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 22 10:38:20 2013 -0700

    cleanup

diff --git a/FS/FS/part_pkg/flat_introrate.pm b/FS/FS/part_pkg/flat_introrate.pm
index 10c2056..7337602 100644
--- a/FS/FS/part_pkg/flat_introrate.pm
+++ b/FS/FS/part_pkg/flat_introrate.pm
@@ -1,12 +1,8 @@
 package FS::part_pkg::flat_introrate;
+use base qw( FS::part_pkg::flat );
 
 use strict;
-use vars qw(@ISA %info $DEBUG $me);
-use FS::part_pkg::flat;
-
- at ISA = qw(FS::part_pkg::flat);
-$me = '[' . __PACKAGE__ . ']';
-$DEBUG = 0;
+use vars qw( %info );
 
 %info = (
   'name' => 'Introductory price for X months, then flat rate,'.

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_pkg/flat_introrate.pm |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)




More information about the freeside-commits mailing list