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

« back to all changes in this revision

Viewing changes to Bio/Biblio/IO/medline2ref.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: medline2ref.pm,v 1.11 2003/06/04 08:36:36 heikki Exp $
 
1
# $Id: medline2ref.pm,v 1.15.4.1 2006/10/02 23:10:13 sendu Exp $
2
2
#
3
3
# BioPerl module Bio::Biblio::IO::medline2ref.pm
4
4
#
27
27
Bioperl modules. Send your comments and suggestions preferably to
28
28
the Bioperl mailing list.  Your participation is much appreciated.
29
29
 
30
 
  bioperl-l@bioperl.org              - General discussion
31
 
  http://bioperl.org/MailList.shtml  - About the mailing lists
 
30
  bioperl-l@bioperl.org                  - General discussion
 
31
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
32
32
 
33
33
=head2 Reporting Bugs
34
34
 
35
35
Report bugs to the Bioperl bug tracking system to help us keep track
36
 
of the bugs and their resolution. Bug reports can be submitted via
37
 
email or the web:
 
36
of the bugs and their resolution. Bug reports can be submitted via the
 
37
web:
38
38
 
39
 
  bioperl-bugs@bioperl.org
40
 
  http://bugzilla.bioperl.org/
 
39
  http://bugzilla.open-bio.org/
41
40
 
42
41
=head1 AUTHOR
43
42
 
68
67
package Bio::Biblio::IO::medline2ref;
69
68
 
70
69
use strict;
71
 
use vars qw(@ISA $Revision);
72
70
 
73
 
use Bio::Root::Root;
74
71
use Bio::Biblio::MedlineJournal;
75
72
use Bio::Biblio::MedlineBook;
76
73
use Bio::Biblio::Provider;
77
74
use Bio::Biblio::Person;
78
75
use Bio::Biblio::Organisation;
79
76
 
80
 
@ISA = qw(Bio::Root::Root);
81
 
 
82
 
BEGIN {
83
 
    $Revision = q$Id: medline2ref.pm,v 1.11 2003/06/04 08:36:36 heikki Exp $;
84
 
}
 
77
use base qw(Bio::Root::Root);
85
78
 
86
79
# -----------------------------------------------------------------------------
87
80
sub new {
299
292
}
300
293
 
301
294
#
302
 
# see OpenBQS specification (http://industry.ebi.ac.uk/openBQS) how
 
295
# see OpenBQS specification (http://www.ebi.ac.uk/~senger/openbqs/) how
303
296
# a date should be coded;
304
297
# TBD: this can be improved - checking is missing, timezones,
305
298
#      converting to UTC...