Skip Menu |

This queue is for tickets about the Task-Catalyst-Tutorial CPAN distribution.

Report information
The Basics
Id: 71186
Status: resolved
Priority: 0/
Queue: Task-Catalyst-Tutorial

People
Owner: Nobody in particular
Requestors: wbirkett [...] doplganger.com
Cc:
AdminCc:

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



Subject: Bug Report
Date: Fri, 23 Sep 2011 07:33:23 -0400
To: bug-Task-Catalyst-Tutorial [...] rt.cpan.org
From: Bill Birkett <wbirkett [...] doplganger.com>
module Task-Catalyst-Tutorial-0.06 perl 5.14.1 after completing the Task-Catalyst-Tutorial install, I started the Chapter03 server, and got the following error: WBBirkett-X:Chapter03 wbirkett$ perl /Users/wbirkett/CatalystTutorial/Final/Chapter03/MyApp/script/myapp_server.pl Couldn't load class (MyApp) because: Couldn't instantiate component "MyApp::Model::DB", "Couldn't load class (MyApp::Schema) because: DBIx::Class::Schema::throw_exception(): Can't locate MooseX/NonMoose.pm in @INC .... the module MooseX/NonMoose was missing. I installed the missing module manually, and the server ran successfully. -- William B. Birkett - <wbirkett@doplganger.com> Print Quality Consultant Doppelganger, LLC - http://www.doplganger.com/ 48799 Meadow Drive, Plymouth, MI 48170 (USA) Office: (734) 927-4232 FAX: (734) 468-0580 Cell: (734) 516-4790
This was a bug in the DBIC model, which has subsequently been fixed. Thanks for the bug report however!