Skip Menu |

This queue is for tickets about the MySQL-Slurp CPAN distribution.

Report information
The Basics
Id: 130146
Status: new
Priority: 0/
Queue: MySQL-Slurp

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

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



Subject: Can't locate object method "write" via package "MySQL::Slurp::Writer"
I get this error: Can't locate object method "write" via package "MySQL::Slurp::Writer" When trying to use the code like shown in the documentation: MySQL::Slurp->new( database => 'test', table => 'table', buffer => 100_000, verbose => 1, )->open->write(@records);