From 1c7b91585262dc6c2b7ce90fc370a74763a1b718 Mon Sep 17 00:00:00 2001 From: cjfields Date: Tue, 6 Jan 2009 14:47:19 +0000 Subject: [PATCH] Sync that last bit with trunk. I'll have to merge that over to the tag for the next RC. svn path=/bioperl-live/branches/branch-1-6/; revision=15303 --- Bio/DB/GFF/Aggregator/orf.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Bio/DB/GFF/Aggregator/orf.pm b/Bio/DB/GFF/Aggregator/orf.pm index e2d7abd40..d79274320 100644 --- a/Bio/DB/GFF/Aggregator/orf.pm +++ b/Bio/DB/GFF/Aggregator/orf.pm @@ -32,10 +32,7 @@ package Bio::DB::GFF::Aggregator::orf; use strict; use Bio::DB::GFF::Aggregator; -use vars qw($VERSION @ISA); -@ISA = qw(Bio::DB::GFF::Aggregator); - -$VERSION = '1.00'; +use base qw(Bio::DB::GFF::Aggregator); =head2 method -- 2.11.4.GIT