PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-06-21T03:20:07 ActivePerl-1400 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.14/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Mon, 20 Jun 2011 18:27:51 GMT Running make for D/DR/DROLSKY/Package-DeprecationManager-0.11.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.11.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DR/DROLSKY/CHECKSUMS Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\D\DR\DROLSKY\Package-DeprecationManager-0.11.tar.gz ok Package-DeprecationManager-0.11 Package-DeprecationManager-0.11/README Package-DeprecationManager-0.11/Changes Package-DeprecationManager-0.11/LICENSE Package-DeprecationManager-0.11/INSTALL Package-DeprecationManager-0.11/dist.ini Package-DeprecationManager-0.11/META.yml Package-DeprecationManager-0.11/MANIFEST Package-DeprecationManager-0.11/t Package-DeprecationManager-0.11/t/basic.t Package-DeprecationManager-0.11/META.json Package-DeprecationManager-0.11/t/compile.t Package-DeprecationManager-0.11/Makefile.PL Package-DeprecationManager-0.11/t/release-eol.t Package-DeprecationManager-0.11/t/release-no-tabs.t Package-DeprecationManager-0.11/t/release-pod-syntax.t Package-DeprecationManager-0.11/t/release-pod-coverage.t Package-DeprecationManager-0.11/t/release-cpan-changes.t Package-DeprecationManager-0.11/lib/Package Package-DeprecationManager-0.11/lib/Package/DeprecationManager.pm CPAN.pm: Going to build D/DR/DROLSKY/Package-DeprecationManager-0.11.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::DeprecationManager Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Package/DeprecationManager.pm blib\lib\Package\DeprecationManager.pm DROLSKY/Package-DeprecationManager-0.11.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.14\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/basic.t ................. ok 1 - must provide a set of deprecations when using Package::DeprecationManager ok 2 - deprecation warning for foo ok 3 - deprecation warning for bar ok 4 - deprecation warning for baz, and message is generated by Package::DeprecationManager ok 5 - no warning on second call to foo ok 6 - no warning on second call to bar ok 7 - no warning on second call to baz ok 8 - warning for varies sub ok 9 - warning for varies sub with different error ok 10 - no warning for varies sub with same message as first call ok 11 - no warning for foo with api_version = 0.01 ok 12 - no warning for bar with api_version = 0.01 ok 13 - no warning for baz with api_version = 0.01 ok 14 - deprecation warning for foo with api_version = 1.17 ok 15 - deprecation warning for bar with api_version = 1.17 ok 16 - no warning for baz with api_version = 1.17 ok 17 - no warning for quux(1) ok 18 - got a warning for quux(10) ok 19 - deprecation warning for call to My::Package2::foo() and mentions My::Baz but not My::Package[12] ok 20 - no deprecation warning for second call to My::Package2::foo() ok 21 - no deprecation warning for call to My::Package1::foo() ok 22 - deprecation warning for call to My::Package2::foo() and mentions My::Baz but not My::Package[12] ok 23 - no deprecation warning for second call to My::Package2::bar() ok 24 - deprecation warning for call to My::Package1::foo() and mentions My::Quux but not My::Package[12] ok 25 - no deprecation warning for second call to My::Package1::foo() 1..25 ok t/compile.t ............... ok 1 - no errors loading require Package::DeprecationManager 1..1 ok t/release-cpan-changes.t .. skipped: these tests are for release candidate testing 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 All tests successful. Files=7, Tests=26, 1 wallclock secs ( 0.05 usr + 0.03 sys = 0.08 CPU) Result: PASS DROLSKY/Package-DeprecationManager-0.11.tar.gz nmake test TEST_VERBOSE=1 -- OK Dave Rolsky <autarch@urth.org> Manage deprecation warnings for your distribution >>> (cd C:\cpanfly-5.14\var\cpan\build\Package-DeprecationManager-0.11-wCXfut && tar cvf - Package-DeprecationManager-0.11.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/D/DR/DROLSKY/Package-DeprecationManager-0.11.tar.gz Package-DeprecationManager-0.11.ppd blib/ blib/lib/ blib/lib/Package/ blib/lib/Package/DeprecationManager.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Package-DeprecationManager-0.11-wCXfut/Package-DeprecationManager-0.11.ppd C:/cpanfly-5.14/var/REPO/D/DR/DROLSKY Finished 2011-06-21T03:20:14