Skip Menu |

This queue is for tickets about the DBIx-DataModel CPAN distribution.

Report information
The Basics
Id: 48395
Status: resolved
Priority: 0/
Queue: DBIx-DataModel

People
Owner: Nobody in particular
Requestors: metaperl [...] gmail.com
Cc:
AdminCc:

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



Subject: HR::Skills should be HR::Skill
in the Quickstart docs, there is: HR::Skills->insert({skill_code => "VL", skill_name => "Violin" }, {skill_code => "KB", skill_name => "Keyboard"}, {skill_code => "GT", skill_name => "Guitar"}, There are 2 problems with this: 1) the package is HR::Skill, not HR::Skills 2) the insert() expression ends with a comma, not a close parenthesis and a semicolon.
Le Lun. Aoû. 03 11:27:15 2009, TBONE a écrit : Show quoted text
> in the Quickstart docs, there is: > > HR::Skills->insert({skill_code => "VL", skill_name => "Violin" }, > {skill_code => "KB", skill_name => "Keyboard"}, > {skill_code => "GT", skill_name => "Guitar"}, > > > > There are 2 problems with this: > > 1) the package is HR::Skill, not HR::Skills > 2) the insert() expression ends with a comma, not a close parenthesis > and a semicolon.
fixed in v1.19 - thanks