~ubuntu-branches/ubuntu/raring/bioperl/raring

« back to all changes in this revision

Viewing changes to Bio/DB/GFF/Util/Rearrange.pm

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2008-03-18 14:44:57 UTC
  • mfrom: (4 hardy)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080318144457-1jjoztrvqwf0gruk
* debian/control:
  - Removed MIA Matt Hope (dopey) from the Uploaders field.
    Thank you for your work, Matt. I hope you are doing well.
  - Downgraded some recommended package to the 'Suggests' priority,
    according to the following discussion on Upstream's mail list.
    http://bioperl.org/pipermail/bioperl-l/2008-March/027379.html
    (Closes: #448890)
* debian/copyright converted to machine-readable format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
use strict;
59
59
require Exporter;
60
 
use vars qw(@ISA @EXPORT @EXPORT_OK);
61
 
@ISA = 'Exporter';
 
60
use vars qw(@EXPORT @EXPORT_OK);
 
61
use base qw(Exporter);
62
62
@EXPORT_OK = qw(rearrange);
63
63
@EXPORT = qw(rearrange);
64
64
use Bio::Root::Version;