~ubuntu-branches/ubuntu/precise/bioperl/precise

« back to all changes in this revision

Viewing changes to Bio/Root/Version.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-27 22:48:22 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100127224822-ebot4qbrjxcv38au
Tags: 1.6.1-1ubuntu1
* Merge from Debian testing, remaining changes:
  - disable tests, they produce a FTBFS trying to access the network 
    during run.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Version.pm 15443 2009-01-24 21:31:23Z cjfields $
 
1
# $Id: Version.pm 16197 2009-09-29 15:50:47Z cjfields $
2
2
#
3
3
# BioPerl module for Bio::Root::Version
4
4
#
 
5
# Please direct questions and support issues to <bioperl-l@bioperl.org> 
 
6
#
5
7
# Cared for by Aaron Mackey <amackey@virginia.edu>
6
8
#
7
9
# Copyright Aaron Mackey
59
61
  bioperl-l@bioperl.org                  - General discussion
60
62
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
61
63
 
 
64
=head2 Support 
 
65
 
 
66
Please direct usage questions or support issues to the mailing list:
 
67
 
 
68
I<bioperl-l@bioperl.org>
 
69
 
 
70
rather than to the module maintainer directly. Many experienced and 
 
71
reponsive experts will be able look at the problem and quickly 
 
72
address it. Please include a thorough description of the problem 
 
73
with code and data examples if at all possible.
 
74
 
62
75
=head2 Reporting Bugs
63
76
 
64
77
Report bugs to the Bioperl bug tracking system to help us keep track
85
98
package Bio::Root::Version;
86
99
use strict;
87
100
 
88
 
our $VERSION = '1.006000';
 
101
our $VERSION = '1.006001';
89
102
$VERSION = eval $VERSION;
90
103
 
91
104
sub import {