Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Loader CPAN distribution.

Report information
The Basics
Id: 77928
Status: rejected
Priority: 0/
Queue: DBIx-Class-Schema-Loader

People
Owner: Nobody in particular
Requestors: MARKLE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: dependencies missing from build requirement list
JJNAPIORK/DBIx-Class-Fixtures-1.001015.tar.gz /usr/bin/make -j5 -j5 -- OK Running make test make: Warning: File `blib/script/.exists' has modification time 0.023 s in the future PERL_DL_NONLAZY=1 /[***]/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .................. 1/1 # Testing DBIx::Class::Fixtures 1.001015, Perl 5.012001, /[***]/perl t/00-load.t .................. ok t/01-new.t ................... ok t/02-dump-basic.t ............ ok t/03-dump-quantity.t ......... ok t/04-dump-fetch.t ............ ok t/05-dump-rules.t ............ ok t/06-dump-date.t ............. skipped: Set $ENV{FIXTURETEST_DSN}, _USER and _PASS to point at MySQL DB to run this test t/07-dump-all.t .............. ok t/08-dump-includes.t ......... ok t/09-dump-scalar-ref.t ....... ok t/10-dump-cleanup.t .......... ok t/12-populate-basic.t ........ 1/? Can't locate Lingua/EN/Inflect/Phrase.pm in @INC (@INC contains: t/lib [***] .) at /[***]/lib/perl5/DBIx/Class/Schema/Loader/RelBuilder.pm line 14. and so on... The following are the ones I had to install to get it to work, but there may be others. Lingua::EN::Inflect::Phrase String::ToIdentifier::EN Class::Unload You might want to grep your code for "::". :-)
Subject: Re: [rt.cpan.org #77928] dependencies missing from build requirement list
Date: Wed, 20 Jun 2012 14:00:56 -0700 (PDT)
To: bug-DBIx-Class-Fixtures [...] rt.cpan.org
From: John Napiorkowski <jjn1056 [...] yahoo.com>
Hey, This seems more like a problem with Schema-Loader... and is getting noticed here because we are being more agressive with testing. ALthough that shocks me since Schema-Loader is really been vetted. Could you humor me and just test reinstalling DBIC Schema-Loader? I'd love to know what happens. John Show quoted text
>________________________________ > From: Mark Hedges via RT <bug-DBIx-Class-Fixtures@rt.cpan.org> >To: >Sent: Wednesday, June 20, 2012 2:14 PM >Subject: [rt.cpan.org #77928] dependencies missing from build requirement list > >Wed Jun 20 14:14:30 2012: Request 77928 was acted upon. >Transaction: Ticket created by MARKLE >      Queue: DBIx-Class-Fixtures >    Subject: dependencies missing from build requirement list >  Broken in: 1.001015 >    Severity: Important >      Owner: Nobody >  Requestors: MARKLE@cpan.org >      Status: new >Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=77928 > > > > >  JJNAPIORK/DBIx-Class-Fixtures-1.001015.tar.gz >  /usr/bin/make -j5 -j5 -- OK >Running make test >make: Warning: File `blib/script/.exists' has modification time 0.023 s >in the future >PERL_DL_NONLAZY=1 /[***]/perl "-MExtUtils::Command::MM" "-e" >"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t >t/00-load.t .................. 1/1 # Testing DBIx::Class::Fixtures >1.001015, Perl 5.012001, /[***]/perl >t/00-load.t .................. ok  >t/01-new.t ................... ok  >t/02-dump-basic.t ............ ok    >t/03-dump-quantity.t ......... ok    >t/04-dump-fetch.t ............ ok    >t/05-dump-rules.t ............ ok    >t/06-dump-date.t ............. skipped: Set $ENV{FIXTURETEST_DSN}, _USER >and _PASS to point at MySQL DB to run this test >t/07-dump-all.t .............. ok    >t/08-dump-includes.t ......... ok  >t/09-dump-scalar-ref.t ....... ok  >t/10-dump-cleanup.t .......... ok  >t/12-populate-basic.t ........ 1/? Can't locate >Lingua/EN/Inflect/Phrase.pm in @INC (@INC contains: t/lib [***] .) at >/[***]/lib/perl5/DBIx/Class/Schema/Loader/RelBuilder.pm line 14. > >and so on... > >The following are the ones I had to install to get it to work, but there >may be others.  > >Lingua::EN::Inflect::Phrase >String::ToIdentifier::EN >Class::Unload > >You might want to grep your code for "::".  :-) > > >
Reassigning to DBIC::SL queue. Also stalling since the OP does not seem to be around anymore. Reject the ticket in couple weeks if still no response.
I've built DBIx-Class-Schema-Loader from fresh installs of every major perl version from 5.8 to 5.18, and encountered no missing dependencies, so I'm rejecting this ticket.