![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | BibTeX-Parser-0.6.tar.gz |
This archive contains the distribution BibTeX-Parser, version 0.6: A pure perl BibTeX parser This software is copyright (c) 2010 by Gerhard Gossen. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for t more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod 1.41"; plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; all_pod_files_ok();
Revision history for BibTeX-Parser 0.6 2010-07-19 14:43:15 Add methode $entry->cleaned_ more»
This software is copyright (c) 2010 by Gerhard Gossen. This is free software; you can redistribute more»
[DIR] | BibTeX-Parser-0.6/ (10) |