deprecate('This method is deprecated and will be removed in e91. Please use the get_all_attributes() and add_attributes() methods of DnaDnaAlignFeature instead. In the more general case, many feature types allow attributes to be stored as well');
my$dumper=Data::Dumper->new([$data]);
$dumper->Indent(0);
$dumper->Terse(1);
...
...
@@ -1109,7 +1107,7 @@ sub dump_data {
sub get_dumped_data{
my$self=shift;
my$data=shift;
deprecate('This method is deprecated and will be removed in e91. Please use the get_all_attributes() and add_attributes() methods of DnaDnaAlignFeature instead. In the more general case, many feature types allow attributes to be stored as well');