From 30774458e4e188f9e58f86beb52b08a668b666fe Mon Sep 17 00:00:00 2001 From: cjfields Date: Wed, 27 Feb 2008 16:43:38 +0000 Subject: [PATCH] Remove Data::Stag cruft (use a reimplementation instead) svn path=/bioperl-live/trunk/; revision=14553 --- Bio/Annotation/StructuredValue.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Bio/Annotation/StructuredValue.pm b/Bio/Annotation/StructuredValue.pm index a2ea365da..31bac30cb 100644 --- a/Bio/Annotation/StructuredValue.pm +++ b/Bio/Annotation/StructuredValue.pm @@ -75,7 +75,6 @@ use strict; # Object preamble - inherits from Bio::Root::Root use Bio::AnnotationI; -use Data::Stag; use base qw(Bio::Annotation::SimpleValue); =head2 new -- 2.11.4.GIT