Skip Menu |

This queue is for tickets about the Module-List-Pluggable CPAN distribution.

Report information
The Basics
Id: 53668
Status: new
Priority: 0/
Queue: Module-List-Pluggable

People
Owner: Nobody in particular
Requestors: christian.kuelker [...] cipworx.org
Cc:
AdminCc:

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



Subject: Wrong synopsis return value for list_modules_under
Date: Wed, 13 Jan 2010 23:21:40 +0100
To: bug-Module-List-Pluggable [...] rt.cpan.org
From: Christian Kuelker <christian.kuelker [...] cipworx.org>
The return value for list_modules_under in the synopis section claims to be an array. my @plugins = list_modules_under( "My::Project::Plugins" ); The source code of the sub 'list_modules_under' however returns an array reference: return \@results; Tested with Module::List::Pluggable 0.08