Skip Menu |

This queue is for tickets about the Promises CPAN distribution.

Report information
The Basics
Id: 107559
Status: resolved
Priority: 0/
Queue: Promises

People
Owner: Nobody in particular
Requestors: aireland [...] lbl.gov
Cc:
AdminCc:

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



Subject: Documentation error
Date: Mon, 5 Oct 2015 14:36:13 -0700
To: bug-Promises [...] rt.cpan.org
From: Amelia Ireland <aireland [...] lbl.gov>
The 'GentleIntro' documentation has an error in the 'Deferred objects' code sample: sub fetch_it { my ($uri) = @_; my $deferred = deferred->new; That last line should be my $deferred = deferred;

Message body is not shown because it is too large.

Thanks for the ticket. Fixed on github (https://github.com/stevan/promises-perl/commit/c54a909a3b811129a4624512be74fdd93864939b) and will go out in the next release.