Skip Menu |

This queue is for tickets about the Schedule-At CPAN distribution.

Report information
The Basics
Id: 38841
Status: resolved
Priority: 0/
Queue: Schedule-At

People
Owner: Nobody in particular
Requestors: T.Haecker [...] gmx.net
Cc:
AdminCc:

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



Subject: No returnvalue for Schedule::At::remove(TAG => $string);
Date: Fri, 29 Aug 2008 14:50:22 +0200
To: bug-Schedule-At [...] rt.cpan.org
From: T.Haecker [...] gmx.net
using Schedule-At-1.06 Schedule::At::remove (TAG => $string); does not provide a returnvalue as described and Schedule::At::remove (JOBID => $string); does. -- Psssst! Schon das coole Video vom GMX MultiMessenger gesehen? Der Eine für Alle: http://www.gmx.net/de/go/messenger03
Now fixed on 1.07 release. Now when this function is used with the TAG option you get a hash ref as this: { $jobID1 => $success_value, $jobDB2 => $success_value2, ...}