Skip Menu |

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

Report information
The Basics
Id: 99131
Status: resolved
Priority: 0/
Queue: Catalyst-Manual

People
Owner: ether [...] cpan.org
Requestors: egraaf [...] egraaf.org
Cc:
AdminCc:

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



Subject: component should be components
Date: Thu, 25 Sep 2014 09:36:16 +0200
To: bug-Catalyst-Manual [...] rt.cpan.org
From: Edwin de Graaf <egraaf [...] egraaf.org>
script/myapp_create.pl model DB DBIC::Schema MyApp::Schema\ create=static component=TimeStamp dbi:SQLite:myapp.db\ on_connect_do="PRAGMA foreign_keys = ON" When creating the database model the tutorial tries to include the TimeStamp library by using component=TimeStamp, this should be components=TimeStamp
On 2014-09-25 00:36:26, egraaf@egraaf.org wrote: Show quoted text
> script/myapp_create.pl model DB DBIC::Schema MyApp::Schema\ > create=static component=TimeStamp dbi:SQLite:myapp.db\ > on_connect_do="PRAGMA foreign_keys = ON" > > When creating the database model the tutorial tries to include the > TimeStamp library by using component=TimeStamp, this should be > components=TimeStamp
This will be fixed in 5.9009, to be released today. The error was my fault; I'm so sorry!