Skip Menu |

This queue is for tickets about the Dackup CPAN distribution.

Report information
The Basics
Id: 47901
Status: new
Priority: 0/
Queue: Dackup

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

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



Subject: Documentation wrong for cloud files example
Dackup::Target::CloudFiles gives example of: my $container = $cloudfiles->container(’backup’); But the actual method in Net::Mosso::CloudFiles seems to require the syntax: my $container = $cloudfiles->container(name => "backup");