Mailing List Archive

r3703 - trunk/perl/lib
Author: creamyg
Date: 2008-08-03 08:56:30 -0700 (Sun, 03 Aug 2008)
New Revision: 3703

Modified:
trunk/perl/lib/KinoSearch.pm
Log:
Kill off a useless export and a redundant @ISA set.


Modified: trunk/perl/lib/KinoSearch.pm
===================================================================
--- trunk/perl/lib/KinoSearch.pm 2008-08-03 15:39:16 UTC (rev 3702)
+++ trunk/perl/lib/KinoSearch.pm 2008-08-03 15:56:30 UTC (rev 3703)
@@ -760,7 +760,6 @@
{
package KinoSearch::Util::ZombieCharBuf;
use KinoSearch::Util::ToolSet qw( confess );
- BEGIN { our @ISA = qw( KinoSearch::Util::ViewCharBuf ); }

sub new { confess "ZombieCharBuf objects can only be created from C." }

@@ -884,14 +883,6 @@
}

{
- package KinoSearch::Util::MathUtils;
- BEGIN {
- push our @ISA, 'Exporter';
- our @EXPORT_OK = qw( fibonacci );
- }
-}
-
-{
package KinoSearch::Util::Native;
BEGIN {
if ( !__PACKAGE__->isa('KinoSearch::Obj') ) {


_______________________________________________
kinosearch-commits mailing list
kinosearch-commits@rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch-commits