Checking if your kit is complete... Looks good Writing Makefile for Sub::Exporter cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod Manifying blib/man3/Sub::Exporter::Tutorial.3 Manifying blib/man3/Sub::Exporter::Util.3 Manifying blib/man3/Sub::Exporter.3 Manifying blib/man3/Sub::Exporter::Cookbook.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/collection..............1..8 ok 1 - use Sub::Exporter; ok 2 - collection returned properly from collector ok 3 - a collector can alter the stack to change its own value ok 4 - can't provide multiple collection values ok 5 - collector validator prevents bad export ok 6 - collector validator allows collection ok 7 - collector validator prevents bad export ok 8 - true-returning validator allows collection ok t/expand-group............1..55 ok 1 - use Sub::Exporter; ok 2 - expand_group: simple group 1 ok 3 - expand_group: simple group 2 ok 4 - expand_group: group of groups ok 5 - expand_group: recursive group ok 6 - expand_group: group with empty args ok 7 - expand_group: group with prefix ok 8 - expand_group: group with suffix ok 9 - expand_group: recursive group with prefix ok 10 - expand_group: recursive group with suffix ok 11 - expand_group: group that renames ok 12 - expand_group: group that renames, with options ok 13 - expand_group: group that renames, with a prefix ok 14 - expand_group: group that renames, with a suffix ok 15 - expand_group: group that renames, with a prefix and suffix ok 16 - expand_group: recursive group with a built-in prefix ok 17 - expand_group: recursive group with built-in and passed-in prefix ok 18 - expand_group: recursive group with built-in and passed-in suffix ok 19 - expand_group: multi-prefixed group ok 20 - expand_group: multi-suffixed group ok 21 - expand_group: multi-prefixed group with prefix ok 22 - expand_group: group with built-in prefix and suffix ok 23 - expand_group: group with built-in prefix and suffix, plus prefix ok 24 - expand_group: group with built-in prefix and suffix, plus suffix ok 25 - expand_group: group with built-in prefix and suffix, plus prefix and suffix ok 26 - expand_group: group that exports to scalar (unusual) ok 27 - expand_group: group that exports to scalar, with prefix ok 28 - expand_groups: simple group 1 [single test] ok 29 - expand_groups: simple group 2 [single test] ok 30 - expand_groups: group of groups [single test] ok 31 - expand_groups: recursive group [single test] ok 32 - expand_groups: group with empty args [single test] ok 33 - expand_groups: group with prefix [single test] ok 34 - expand_groups: group with suffix [single test] ok 35 - expand_groups: recursive group with prefix [single test] ok 36 - expand_groups: recursive group with suffix [single test] ok 37 - expand_groups: group that renames [single test] ok 38 - expand_groups: group that renames, with options [single test] ok 39 - expand_groups: group that renames, with a prefix [single test] ok 40 - expand_groups: group that renames, with a suffix [single test] ok 41 - expand_groups: group that renames, with a prefix and suffix [single test] ok 42 - expand_groups: recursive group with a built-in prefix [single test] ok 43 - expand_groups: recursive group with built-in and passed-in prefix [single test] ok 44 - expand_groups: recursive group with built-in and passed-in suffix [single test] ok 45 - expand_groups: multi-prefixed group [single test] ok 46 - expand_groups: multi-suffixed group [single test] ok 47 - expand_groups: multi-prefixed group with prefix [single test] ok 48 - expand_groups: group with built-in prefix and suffix [single test] ok 49 - expand_groups: group with built-in prefix and suffix, plus prefix [single test] ok 50 - expand_groups: group with built-in prefix and suffix, plus suffix [single test] ok 51 - expand_groups: group with built-in prefix and suffix, plus prefix and suffix [single test] ok 52 - expand_groups: group that exports to scalar (unusual) [single test] ok 53 - expand_groups: group that exports to scalar, with prefix [single test] ok 54 - expand_groups: group and export ok 55 - expand_groups: two groups with different merges ok t/faux-export.............1..11 ok 1 - use Sub::Exporter; ok 2 - exporting with no arguments gave us default group ok 3 - exporting :all gave us all exports ok 4 - '-as' parameter is not passed to generators ok 5 - group with two export instances of one export ok 6 - can't export un-exported export (got that?) ok 7 - can't export nonexistent group, either ok 8 - collector validator prevents bad export ok 9 - exporting with no arguments gave us default default group, i.e., nothing ok 10 - exporting :all gave us all exports, i.e., foo ok 11 - setup (not built) exporter ok t/gen-callable............1..8 ok 1 - use Sub::Exporter; ok 2 - use Test::SubExporter::ObjGen; ok 3 - blessed coderef generator ok 4 - object with &{} as generator ok 5 - object with &{} as group generator (1/2) ok 6 - object with &{} as group generator (2/2) ok 7 - blessed coderef as group generator (1/2) ok 8 - blessed coderef as group generator (2/2) ok t/group-generator.........1..10 ok 1 - use Sub::Exporter; ok 2 - expand_group: simple group generator ok 3 - expand_group: simple group generator with prefix ok 4 - expand_groups: simple group generator [single test] ok 5 - expand_groups: simple group generator with prefix [single test] ok 6 - exception on non-hashref groupgen return ok 7 - generated 'a' sub does what we think ok 8 - generated 'b' sub does what we think ok 9 - generated foo does what we expect ok 10 - generated foo does what we expect ok t/inherited...............1..3 ok 1 - use Sub::Exporter; ok 2 - get result of parent's import ok 3 - get result of child's import ok t/into-level..............1..14 ok 1 - use Sub::Exporter; ok 2 - Test::SubExport::INTO::A->can('A') ok 3 - sub A was exported ok 4 - Test::SubExport::INTO::ALL->can(...) ok 5 - sub A was exported ok 6 - sub B was exported ok 7 - Test::SubExport::LEVEL::ALL->can(...) ok 8 - sub A was exported ok 9 - sub B was exported ok 10 - Test::SubExport::LEVEL::DEFAULT->can('C') ok 11 - sub C was exported ok 12 - before import, 'default into' target can't foo ok 13 - after import, calling package can't foo ok 14 - after import, calling package can't foo ok t/perl-critic.............1..0 # Skip define PERL_TEST_CRITIC to run these tests skipped all skipped: define PERL_TEST_CRITIC to run these tests t/pod-coverage............1..0 # Skip Test::Pod::Coverage 1.08 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/pod.....................1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/real-export-groupgen....1..8 ok 1 - use Test::SubExporter::GroupGen; ok 2 - use Test::SubExporter::GroupGenSubclass; ok 3 - generated foo does what we expect ok 4 - generated five_foo does what we expect ok 5 - generated bar does what we expect ok 6 - generated five_bar does what we expect ok 7 - parent class's generated baz does what we expect ok 8 - inheriting class's generated baz does what we expect ok t/real-export-href........1..48 ok 1 - use Sub::Exporter; ok 2 - manually constructed importer worked ok 3 - manually constructed importer worked ok 4 - use Test::SubExporter::s_e; ok 5 - DEFAULT: default export xyzzy works as expected ok 6 - DEFAULT: default export hello_sailor works as expected ok 7 - use Test::SubExporter::s_e; ok 8 - RENAME: default export xyzzy=>plugh works as expected ok 9 - use Test::SubExporter::s_e; ok 10 - SAILOR: default export xyzzy works as expected ok 11 - SAILOR: hs_works export works as expected ok 12 - SAILOR: hs_fails export works as expected ok 13 - use Test::SubExporter::s_e; ok 14 - Z3: custom hello_sailor works as expected ok 15 - Z3: hi_sailor, using symbolic import and no args, works as expected ok 16 - use Test::SubExporter::s_e; ok 17 - FROTZ_SAILOR: default export xyzzy works as expected ok 18 - FROTZ_SAILOR: hs_works export works as expected ok 19 - FROTZ_SAILOR: hs_fails export works as expected ok 20 - use Test::SubExporter::s_e; ok 21 - Z3_REF: hello_sailor isn't actually imported to package ok 22 - Z3_REF: hello_sailor properly exported to scalar ref ok 23 - require Test::SubExporter::s_e; ok 24 - can't pass a non-scalar ref to -as ok 25 - manually constructed importer worked ok 26 - manually constructed importer worked ok 27 - use Test::SubExporter::s_e; ok 28 - DEFAULT: default export xyzzy works as expected ok 29 - DEFAULT: default export hello_sailor works as expected ok 30 - use Test::SubExporter::s_e; ok 31 - RENAME: default export xyzzy=>plugh works as expected ok 32 - use Test::SubExporter::s_e; ok 33 - SAILOR: default export xyzzy works as expected ok 34 - SAILOR: hs_works export works as expected ok 35 - SAILOR: hs_fails export works as expected ok 36 - use Test::SubExporter::s_e; ok 37 - Z3: custom hello_sailor works as expected ok 38 - Z3: hi_sailor, using symbolic import and no args, works as expected ok 39 - use Test::SubExporter::s_e; ok 40 - FROTZ_SAILOR: default export xyzzy works as expected ok 41 - FROTZ_SAILOR: hs_works export works as expected ok 42 - FROTZ_SAILOR: hs_fails export works as expected ok 43 - use Test::SubExporter::s_e; ok 44 - Z3_REF: hello_sailor isn't actually imported to package ok 45 - Z3_REF: hello_sailor properly exported to scalar ref ok 46 - require Test::SubExporter::s_e; ok 47 - can't pass a non-scalar ref to -as ok 48 - imported from uplevel-installed exporter ok t/real-export-setup.......1..37 ok 1 - use Sub::Exporter; ok 2 - constructed importer (via -setup [LIST]) worked ok 3 - croak if we're configured to export something that can't be found ok 4 - only [],{} ok for -setup ok 5 - use Test::SubExporter::DashSetup; ok 6 - DEFAULT: default export xyzzy works as expected ok 7 - DEFAULT: default export hello_sailor works as expected ok 8 - use Test::SubExporter::DashSetup; ok 9 - RENAME: default export xyzzy=>plugh works as expected ok 10 - use Test::SubExporter::DashSetup; ok 11 - SAILOR: default export xyzzy works as expected ok 12 - SAILOR: hs_works export works as expected ok 13 - SAILOR: hs_fails export works as expected ok 14 - use Test::SubExporter::DashSetup; ok 15 - Z3: custom hello_sailor works as expected ok 16 - use Test::SubExporter::DashSetup; ok 17 - FROTZ_SAILOR: default export xyzzy works as expected ok 18 - FROTZ_SAILOR: hs_works export works as expected ok 19 - FROTZ_SAILOR: hs_fails export works as expected ok 20 - constructed importer (via -setup [LIST]) worked ok 21 - croak if we're configured to export something that can't be found ok 22 - only [],{} ok for -setup ok 23 - use Test::SubExporter::DashSetup; ok 24 - DEFAULT: default export xyzzy works as expected ok 25 - DEFAULT: default export hello_sailor works as expected ok 26 - use Test::SubExporter::DashSetup; ok 27 - RENAME: default export xyzzy=>plugh works as expected ok 28 - use Test::SubExporter::DashSetup; ok 29 - SAILOR: default export xyzzy works as expected ok 30 - SAILOR: hs_works export works as expected ok 31 - SAILOR: hs_fails export works as expected ok 32 - use Test::SubExporter::DashSetup; ok 33 - Z3: custom hello_sailor works as expected ok 34 - use Test::SubExporter::DashSetup; ok 35 - FROTZ_SAILOR: default export xyzzy works as expected ok 36 - FROTZ_SAILOR: hs_works export works as expected ok 37 - FROTZ_SAILOR: hs_fails export works as expected ok t/util-curry..............1..10 ok 1 - use Sub::Exporter; ok 2 - use Sub::Exporter::Util; ok 3 - method call on Thing returns Thing ok 4 - method call on Thing::Subclass returns Thing::Subclass ok 5 - return of method class-curried from Thing is Thing ok 6 - method call on Thing returns Thing ok 7 - method call on Thing::Subclass returns Thing::Subclass ok 8 - return of method class-curried from Thing::Subclass is Thing::Subclass ok 9 - imported talkback acts like return_invocant ok 10 - the result of object-curried talkback isa Thing ok t/util-currychain.........1..4 ok 1 - use Sub::Exporter::Util; ok 2 - simple curried chain behaves as expected ok 3 - exception on broken chain ok 4 - exception on broken chain ok t/util-like...............1..11 ok 1 - use Sub::Exporter; ok 2 - use Sub::Exporter::Util; ok 3 - The object isa CODE ok 4 - the basics work normally ok 5 - give me everything starting with b or B (qr//) ok 6 - give me everything starting with b or B ([qr//]) ok 7 - give me everything starting with b or B ([qr//=>undef]) ok 8 - give me everything starting with b or B as like_$_ ([qr//=>{...}]) ok 9 - like() gives us a generator ok 10 - exception with no args to like->() ok 11 - exception with non qr// pattern in like ok t/util-merge..............1..8 ok 1 - use Sub::Exporter; ok 2 - use Sub::Exporter::Util; ok 3 - other returned proper value ok 4 - klame returned proper value ok 5 - bogus returned proper value ok 6 - kcats returned proper value ok 7 - plain returned proper value ok 8 - stack returned proper value ok t/util-mixin..............1..0 # Skip the mixin exporter requires Package::Generator skipped all skipped: the mixin exporter requires Package::Generator t/util-namemap............1..0 # Skip not actually offerring this feature yet skipped all skipped: not actually offerring this feature yet t/valid-config............1..6 ok 1 - use Sub::Exporter; ok 2 - can't use one name in exports and collectors ok 3 - unknown options raise an exception ok 4 - into and into_level are mutually exclusive (in setup_exporter) ok 5 - into and into_level are mutually exclusive (in exporter) ok 6 - can't use one name in exports and collectors ok All tests successful, 5 tests skipped. Files=20, Tests=241, 18 wallclock secs (16.17 cusr + 1.06 csys = 17.23 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Sub/Exporter.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Sub/Exporter/Tutorial.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Sub/Exporter/Util.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Sub/Exporter/Cookbook.pod Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Sub::Exporter::Tutorial.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Sub::Exporter::Util.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Sub::Exporter.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Sub::Exporter::Cookbook.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Sub/Exporter/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod