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

« back to all changes in this revision

Viewing changes to t/LinkageMap.t

  • 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
1
# -*-Perl-*-
2
2
## Bioperl Test Harness Script for Modules
3
 
## $Id: LinkageMap.t,v 1.1 2002/02/11 09:31:34 heikki Exp $
 
3
## $Id: LinkageMap.t,v 1.2 2005/09/16 12:22:36 bosborne Exp $
4
4
#
5
5
 
6
6
use strict;
19
19
    plan tests => 16;
20
20
}
21
21
 
22
 
END {
23
 
}
 
22
# END {
 
23
# }
 
24
 
24
25
require 'dumpvar.pl';
25
26
 
26
27
use Bio::Map::LinkagePosition;