Wed Jan 13 17:22:59 2010christian.kuelker [...] cipworx.org - Ticket created
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