~ubuntu-branches/ubuntu/karmic/bioperl/karmic

« back to all changes in this revision

Viewing changes to Bio/Matrix/MatrixI.pm

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2007-09-21 22:52:22 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070921225222-tt20m2yy6ycuy2d8
Tags: 1.5.2.102-1
* Developer release.
* Upgraded source package to debhelper 5 and standards-version 3.7.2.
* Added libmodule-build-perl and libtest-harness-perl to
  build-depends-indep.
* Disabled automatic CRAN download.
* Using quilt instead of .diff.gz to manage modifications.
* Updated Recommends list for the binary package.
* Moved the "production-quality" scripts to /usr/bin/.
* New maintainer: Debian-Med packaging team mailing list.
* New uploaders: Charles Plessy and Steffen Moeller.
* Updated Depends, Recommends and Suggests.
* Imported in Debian-Med's SVN repository on Alioth.
* Executing the regression tests during package building.
* Moved the Homepage: field out from the package's description.
* Updated watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
Bioperl modules. Send your comments and suggestions preferably to
34
34
the Bioperl mailing list.  Your participation is much appreciated.
35
35
 
36
 
  bioperl-l@bioperl.org              - General discussion
37
 
  http://bioperl.org/MailList.shtml  - About the mailing lists
 
36
  bioperl-l@bioperl.org                  - General discussion
 
37
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
38
38
 
39
39
=head2 Reporting Bugs
40
40
 
42
42
of the bugs and their resolution. Bug reports can be submitted via
43
43
email or the web:
44
44
 
45
 
  http://bugzilla.bioperl.org/
 
45
  http://bugzilla.open-bio.org/
46
46
 
47
47
=head1 AUTHOR - Jason Stajich
48
48
 
60
60
 
61
61
 
62
62
package Bio::Matrix::MatrixI;
63
 
use vars qw(@ISA);
64
63
use strict;
65
64
 
66
 
use Bio::Root::RootI;
67
65
 
68
 
@ISA = qw( Bio::Root::RootI );
 
66
use base qw(Bio::Root::RootI);
69
67
 
70
68
 
71
69
=head2 matrix_id