~ubuntu-branches/ubuntu/oneiric/bioperl/oneiric

« back to all changes in this revision

Viewing changes to Bio/Biblio/PubmedArticle.pm

  • Committer: Bazaar Package Importer
  • Author(s): Matt Hope
  • Date: 2004-04-18 14:24:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040418142411-gr92uexquw4w8liq
Tags: 1.4-1
* New upstream release
* Examples and working code are installed by default to usr/bin,
  this has been moved to usr/share/doc/bioperl/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: PubmedArticle.pm,v 1.1.2.1 2002/03/11 16:02:34 jason Exp $
 
1
# $Id: PubmedArticle.pm,v 1.5 2003/05/30 15:33:00 jason Exp $
2
2
#
3
3
# BioPerl module for Bio::Biblio::PubmedArticle
4
4
#
20
20
                         { 'pub_status' => 'medline',
21
21
                           'date' => '2002-1-5T10:1:00Z' } ],
22
22
                   -pubmed_status => 'ppublish');
23
 
 --- OR ---
 
23
  #--- OR ---
24
24
 
25
25
    $obj = new Bio::Biblio::PubmedArticle;
26
26
    $obj->pubmed_status ('ppublish');
44
44
 
45
45
=head1 SEE ALSO
46
46
 
47
 
=over
 
47
=over 4
48
48
 
49
49
=item *
50
50
 
74
74
email or the web:
75
75
 
76
76
  bioperl-bugs@bioperl.org
77
 
  http://bioperl.org/bioperl-bugs/
 
77
  http://bugzilla.bioperl.org/
78
78
 
79
79
=head1 AUTHOR
80
80