Skip to content

Instantly share code, notes, and snippets.

@rayleigh
Created May 23, 2011 18:20
Show Gist options
  • Save rayleigh/987210 to your computer and use it in GitHub Desktop.
Save rayleigh/987210 to your computer and use it in GitHub Desktop.
Output from cpanm --reinstall -v Bio::GFF3::LowLevel
Bio-GFF3-0.4
Bio-GFF3-0.4/README
Bio-GFF3-0.4/Changes
Bio-GFF3-0.4/LICENSE
Bio-GFF3-0.4/dist.ini
Bio-GFF3-0.4/META.yml
Bio-GFF3-0.4/MANIFEST
Bio-GFF3-0.4/META.json
Bio-GFF3-0.4/Makefile.PL
Bio-GFF3-0.4/t
Bio-GFF3-0.4/t/lowlevel.t
Bio-GFF3-0.4/t/release-eol.t
Bio-GFF3-0.4/bin
Bio-GFF3-0.4/bin/gff3_from_fasta
Bio-GFF3-0.4/t/release-pod-syntax.t
Bio-GFF3-0.4/lib/Bio/GFF3
Bio-GFF3-0.4/lib/Bio/GFF3/LowLevel.pm
Bio-GFF3-0.4/t/release-pod-coverage.t
Bio-GFF3-0.4/t/transforms
Bio-GFF3-0.4/t/transforms/from_fasta.t
Bio-GFF3-0.4/t/data
Bio-GFF3-0.4/t/data/gff3_with_syncs.gff3
Bio-GFF3-0.4/t/data/tomato_chr4_head.gff3
Bio-GFF3-0.4/t/transforms/syncdirectives.t
Bio-GFF3-0.4/bin/gff3_insert_sync_directives
Bio-GFF3-0.4/t/data/messy_protein_domains.gff3
Bio-GFF3-0.4/lib/Bio/GFF3/Transform
Bio-GFF3-0.4/lib/Bio/GFF3/Transform/FromFasta.pm
Bio-GFF3-0.4/lib/Bio/GFF3/Transform/SyncDirectives.pm
Checking if your kit is complete...
Looks good
Writing Makefile for Bio::GFF3
cp lib/Bio/GFF3/Transform/SyncDirectives.pm blib/lib/Bio/GFF3/Transform/SyncDirectives.pm
cp lib/Bio/GFF3/LowLevel.pm blib/lib/Bio/GFF3/LowLevel.pm
cp lib/Bio/GFF3/Transform/FromFasta.pm blib/lib/Bio/GFF3/Transform/FromFasta.pm
cp bin/gff3_insert_sync_directives blib/script/gff3_insert_sync_directives
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/gff3_insert_sync_directives
cp bin/gff3_from_fasta blib/script/gff3_from_fasta
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/gff3_from_fasta
Manifying blib/man1/gff3_insert_sync_directives.1p
Manifying blib/man1/gff3_from_fasta.1p
Manifying blib/man3/Bio::GFF3::Transform::SyncDirectives.3pm
Manifying blib/man3/Bio::GFF3::LowLevel.3pm
Manifying blib/man3/Bio::GFF3::Transform::FromFasta.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/transforms/*.t
t/lowlevel.t ................... ok
t/release-eol.t ................ skipped: these tests are for release candidate testing
t/release-pod-coverage.t ....... skipped: these tests are for release candidate testing
t/release-pod-syntax.t ......... skipped: these tests are for release candidate testing
t/transforms/from_fasta.t ...... ok
t/transforms/syncdirectives.t .. ok
All tests successful.
Files=6, Tests=13, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.24 cusr 0.02 csys = 0.30 CPU)
Result: PASS
Manifying blib/man1/gff3_insert_sync_directives.1p
Manifying blib/man1/gff3_from_fasta.1p
Appending installation info to /home/ray/cxgn/local-lib/lib/perl5/i486-linux-gnu-thread-multi/perllocal.pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment