Skip Menu |

This queue is for tickets about the File-Tasks CPAN distribution.

Report information
The Basics
Id: 37195
Status: new
Priority: 0/
Queue: File-Tasks

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

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



Subject: Can't locate object method "provider"
use File::Tasks; my $o = new File::Tasks; $o->add('file.txt', 'CONTENTS'); $o->test; $o->execute; __END__ The result is (during the execute call): Can't locate object method "provider" via package "File::Tasks::Add" at c:/perl/site/lib/File/Tasks/Add.pm line 50.