Skip to content

Instantly share code, notes, and snippets.

@sheenamt
Created June 22, 2011 23:40
Show Gist options
  • Save sheenamt/1041570 to your computer and use it in GitHub Desktop.
Save sheenamt/1041570 to your computer and use it in GitHub Desktop.
sheena-warrior@sheena-warrior:~/Bio-Das (master *)$ dzil build
[DZ] beginning to build Bio-Das
[DZ] dist's main_module is lib/Bio/Das/SegmentI.pm
[DZ] extracting distribution abstract from lib/Bio/Das/SegmentI.pm
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/pod-syntax.t
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/no-tabs.t
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/pod-coverage.t
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/eol.t
[@Bioperl/PodWeaver] [@FLORA/Name] couldn't find abstract in lib/Bio/Das/FeatureTypeI.pm
[@Bioperl/PodWeaver] [@FLORA/Name] couldn't find abstract in lib/Bio/Das/SegmentI.pm
[DZ] writing Bio-Das in Bio-Das-2.000
[DZ] writing archive to Bio-Das-2.000.tar.gz
sheena-warrior@sheena-warrior:~/Bio-Das (master *)$ dzil test
[DZ] building test distribution under .build/OpSPi_Swtk
[DZ] beginning to build Bio-Das
[DZ] dist's main_module is lib/Bio/Das/SegmentI.pm
[DZ] extracting distribution abstract from lib/Bio/Das/SegmentI.pm
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/pod-syntax.t
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/no-tabs.t
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/pod-coverage.t
[@Bioperl/@Basic/ExtraTests] rewriting release test xt/release/eol.t
[@Bioperl/PodWeaver] [@FLORA/Name] couldn't find abstract in lib/Bio/Das/FeatureTypeI.pm
[@Bioperl/PodWeaver] [@FLORA/Name] couldn't find abstract in lib/Bio/Das/SegmentI.pm
[DZ] writing Bio-Das in .build/OpSPi_Swtk
Checking if your kit is complete...
Looks good
Writing Makefile for Bio::Das
cp lib/Bio/Das/FeatureTypeI.pm blib/lib/Bio/Das/FeatureTypeI.pm
cp lib/Bio/Das/SegmentI.pm blib/lib/Bio/Das/SegmentI.pm
Manifying blib/man3/Bio::Das::FeatureTypeI.3pm
Manifying blib/man3/Bio::Das::SegmentI.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/release-eol.t ........... skipped: these tests are for release candidate testing
t/release-no-tabs.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
Files=4, Tests=0, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.08 cusr 0.04 csys = 0.18 CPU)
Result: NOTESTS
[DZ] all's well; removing .build/OpSPi_Swtk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment