[Bps-public-commit] r13334 - in Shipwright/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jun 16 16:33:56 EDT 2008
Author: sunnavy
Date: Mon Jun 16 16:33:55 2008
New Revision: 13334
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/lib/Shipwright/Util.pm
Log:
r13463 at sunnavys-mb: sunnavy | 2008-06-17 04:28:10 +0800
die if passed by unknown type
Modified: Shipwright/trunk/lib/Shipwright/Util.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Util.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Util.pm Mon Jun 16 16:33:55 2008
@@ -153,6 +153,9 @@
$cpan_fh_flag = 1;
select $cpan_fh;
}
+ else {
+ die "unknown type: $type";
+ }
}
1;
More information about the Bps-public-commit
mailing list