Skip Menu |

This queue is for tickets about the Module-Install-DOAP CPAN distribution.

Report information
The Basics
Id: 71571
Status: resolved
Priority: 0/
Queue: Module-Install-DOAP

People
Owner: perl [...] toby.ink
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.002
Fixed in: (no value)



Subject: missing prereq? Module-Install-Admin-RDF
Running [C:\Perl\bin\perl.exe C:\Perl\bin\cpanp-run-perl.bat C:\src\.cpanplus\5.12.2\build\Module-Install-DOAP -0.002\Makefile.PL]... Checking if your kit is complete... Looks good Writing Makefile for Module::Install::DOAP Writing MYMETA.yml and MYMETA.json Running [nmake]... Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Module/Install/DOAP.pm blib\lib\Module\Install\DOAP.pm cp lib/Module/Install/Admin/DOAP.pm blib\lib\Module\Install\Admin\DOAP.pm Running [nmake test]... Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t # Failed test 'use Module::Install::Admin::DOAP;' # at t/01basic.t line 3. # Tried to use 'Module::Install::Admin::DOAP'. # Error: Can't locate Module/Install/Admin/RDF.pm in @INC (@INC contains: C:\src\.cpanplus\5.12.2\build\M odule-Install-DOAP-0.002\inc C:\src\.cpanplus\5.12.2\build\Module-Install-DOAP-0.002\blib\lib C:\src\.cpanplus \5.12.2\build\Module-Install-DOAP-0.002\blib\arch C:\src\.cpanplus\5.12.2\build\Module-Install-DOAP-0.002\blib \lib C:\src\.cpanplus\5.12.2\build\Module-Install-DOAP-0.002\blib\arch C:/Perl/site/lib C:/Perl/lib .) at C:\s rc\.cpanplus\5.12.2\build\Module-Install-DOAP-0.002\blib\lib/Module/Install/Admin/DOAP.pm line 8. # BEGIN failed--compilation aborted at C:\src\.cpanplus\5.12.2\build\Module-Install-DOAP-0.002\blib\lib/Module /Install/Admin/DOAP.pm line 8. # Compilation failed in require at (eval 7) line 2. # BEGIN failed--compilation aborted at (eval 7) line 2. # Looks like you failed 1 test of 2. Failed 1/1 test programs. 1/2 subtests failed. t/01basic.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Test Summary Report ------------------- t/01basic.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=1, Tests=2, 1 wallclock secs ( 0.05 usr + 0.05 sys = 0.09 CPU) Result: FAIL NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1' Stop.
On 2011-10-10T16:05:16+01:00, MTHURN wrote: Show quoted text
> Writing MYMETA.yml and MYMETA.json
Don't suppose you could post these two files as attachments to this bug?
Here are the requested files.
Subject: MYMETA.yml
--- abstract: 'generate META.yml data from DOAP' author: - 'Toby Inkster <tobyink@cpan.org>' build_requires: ExtUtils::MakeMaker: 6.42 configure_requires: ExtUtils::MakeMaker: 6.42 dynamic_config: 0 generated_by: 'Module::Install version 1.02, CPAN::Meta::Converter version 2.112621' keywords: - CPAN - DOAP - Metadata - Packaging - RDF - 'Semantic Web' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: Module-Install-DOAP no_index: directory: - inc - t requires: perl: 5.008 resources: bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-DOAP homepage: https://metacpan.org/release/Module-Install-DOAP license: http://dev.perl.org/licenses/ repository: http://goddamn.co.uk/svn-web/perlmods/browse/Module-Install-DOAP/ version: 0.002 x_module_name: Module::Install::DOAP
Subject: MYMETA.json
{ "abstract" : "generate META.yml data from DOAP", "author" : [ "Toby Inkster <tobyink@cpan.org>" ], "dynamic_config" : 0, "generated_by" : "Module::Install version 1.02, CPAN::Meta::Converter version 2.112621", "keywords" : [ "CPAN", "DOAP", "Metadata", "Packaging", "RDF", "Semantic Web" ], "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "Module-Install-DOAP", "no_index" : { "directory" : [ "inc", "t" ] }, "prereqs" : { "build" : { "requires" : { "ExtUtils::MakeMaker" : "6.42" } }, "configure" : { "requires" : { "ExtUtils::MakeMaker" : "6.42" } }, "runtime" : { "requires" : { "perl" : "5.008" } } }, "release_status" : "stable", "resources" : { "bugtracker" : { "web" : "http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-DOAP" }, "homepage" : "https://metacpan.org/release/Module-Install-DOAP", "license" : [ "http://dev.perl.org/licenses/" ], "repository" : { "url" : "http://goddamn.co.uk/svn-web/perlmods/browse/Module-Install-DOAP/" } }, "version" : "0.002", "x_module_name" : "Module::Install::DOAP" }
Module-Install-DOAP 0.004 has a 100% pass rate so far with cpantesters, so hopefully this issue is closed now.