~ubuntu-branches/ubuntu/hardy/openbabel/hardy

« back to all changes in this revision

Viewing changes to scripts/perl/MANIFEST

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-08-06 17:28:40 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070806172840-22hoqb3ve230qav1
Tags: 2.1.1-0ubuntu1
* New upstream release
* New so version 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
openbabel_perl.cpp                       C++ extension for openbabel.pm
8
8
examples/example.pl                      Examples of Chemistry::OpenBabel
9
9
META.yml                                 Module meta-data (added by MakeMaker)
10
 
t/atom.t                                 Example test
11
 
t/bond.t                                 Example test
12
 
t/conversion.t                           Example test
13
 
t/data.t                                 Example test
14
 
t/format.t                               Example test
15
 
t/internalcoord.t                        Example test
16
 
t/mol.t                                  Example test
17
 
t/residue.t                              Example test
 
10
t/atom.t                                 OBAtom unit tests
 
11
t/bond.t                                 OBBond unit tests
 
12
t/conversion.t                           OBConversion unit tests
 
13
t/data.t                                 OBGlobalDataBase tests (from data.h)
 
14
t/format.t                               OBFormat unit tests
 
15
t/mol.t                                  OBMol unit tests
 
16
t/residue.t                              OBResidue unit tests
 
17
t/internalcoord.t                        OBInternalCoord unit tests