[freeside-commits] branch FREESIDE_3_BRANCH updated. 9423ff1142498c28700c2a608e10293e69772e4d
Ivan
ivan at 420.am
Mon Jan 19 05:28:32 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 9423ff1142498c28700c2a608e10293e69772e4d (commit)
from cc40c8468994941a2c5e3a2c67a3590faf588745 (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 9423ff1142498c28700c2a608e10293e69772e4d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jan 19 05:28:20 2015 -0800
quiet warning about FS::part_pkg::Import
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm
index bac4b8b..18a065d 100644
--- a/FS/FS/part_pkg.pm
+++ b/FS/FS/part_pkg.pm
@@ -1964,8 +1964,8 @@ sub _pkgs_sql {
#false laziness w/part_export & cdr
my %info;
foreach my $INC ( @INC ) {
- warn "globbing $INC/FS/part_pkg/*.pm\n" if $DEBUG;
- foreach my $file ( glob("$INC/FS/part_pkg/*.pm") ) {
+ warn "globbing $INC/FS/part_pkg/[a-z]*.pm\n" if $DEBUG;
+ foreach my $file ( glob("$INC/FS/part_pkg/[a-z]*.pm") ) {
warn "attempting to load plan info from $file\n" if $DEBUG;
$file =~ /\/(\w+)\.pm$/ or do {
warn "unrecognized file in $INC/FS/part_pkg/: $file\n";
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list