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

« back to all changes in this revision

Viewing changes to Bio/Restriction/Enzyme/MultiCut.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:
1
 
# $Id: MultiCut.pm,v 1.2 2003/07/13 21:15:04 heikki Exp $
 
1
# $Id: MultiCut.pm,v 1.7.4.1 2006/10/02 23:10:23 sendu Exp $
2
2
#------------------------------------------------------------------
3
3
#
4
4
# BioPerl module Bio::Restriction::Enzyme::MultiCut
5
5
#
6
 
# Cared for by Heikki Lehvaslaiho, heikki@ebi.ac.uk
 
6
# Cared for by Heikki Lehvaslaiho, heikki-at-bioperl-dot-org
7
7
#
8
8
# You may distribute this module under the same terms as perl itself
9
9
#------------------------------------------------------------------
52
52
Bioperl modules. Send your comments and suggestions preferably to one
53
53
of the Bioperl mailing lists. Your participation is much appreciated.
54
54
 
55
 
   bioperl-l@bioperl.org              - General discussion
56
 
   http://bioperl.org/MailList.shtml  - About the mailing lists
 
55
  bioperl-l@bioperl.org                  - General discussion
 
56
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
57
57
 
58
58
=head2 Reporting Bugs
59
59
 
60
60
Report bugs to the Bioperl bug tracking system to help us keep track
61
 
the bugs and their resolution. Bug reports can be submitted via email
62
 
or the web:
 
61
the bugs and their resolution. Bug reports can be submitted via the
 
62
web:
63
63
 
64
 
    bioperl-bugs@bio.perl.org
65
 
    http://bugzilla.bioperl.org/
 
64
  http://bugzilla.open-bio.org/
66
65
 
67
66
=head1 AUTHOR
68
67
 
69
 
Heikki Lehvaslaiho, heikki@ebi.ac.uk
 
68
Heikki Lehvaslaiho, heikki-at-bioperl-dot-org
70
69
 
71
70
=head1 CONTRIBUTORS
72
71
 
95
94
=cut
96
95
 
97
96
package Bio::Restriction::Enzyme::MultiCut;
98
 
use Bio::Restriction::Enzyme;
99
97
use strict;
100
98
 
101
99
use Data::Dumper;
102
100
 
103
 
use vars qw (@ISA);
104
 
@ISA = qw(Bio::Restriction::Enzyme);
 
101
use vars qw ();
 
102
use base qw(Bio::Restriction::Enzyme);
105
103
 
106
104
 
107
105
=head2 new