From: jayce Date: Mon, 5 Mar 2007 23:01:53 +0000 (+0000) Subject: Typo in the package name caused a warning. Fixed. X-Git-Tag: TRIXBOX_2_6~604 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=02055f915e167a12cf3f39ea63bf4432216aed47 Typo in the package name caused a warning. Fixed. --- diff --git a/FS/FS/part_pkg/base_delayed.pm b/FS/FS/part_pkg/base_delayed.pm index 1406a5635..ddd4caf73 100644 --- a/FS/FS/part_pkg/base_delayed.pm +++ b/FS/FS/part_pkg/base_delayed.pm @@ -1,4 +1,4 @@ -package FS::part_pkg::flat_delayed; +package FS::part_pkg::base_delayed; use strict; use vars qw(@ISA %info);