Dennis Daupert wrote:
__PACKAGE__->load_components("ResultSetManager","Core");
You know ResultSetManager is deprecated / not recommended and scheduled
for deletion, right? Guess you're getting this from the catalyst book,
I'd recommend seeing the errata page which covers this
(http://dev.catalyst.perl.org/wiki/thebookerrata)
<snip>
sub make_versioned_filename :ResultSet {
my ( $self, $project_id, $filename ) = @_;
<snip>
$c->model('HdeDB::Files')->make_versioned_filename( $id, $filename );
Unknown error
This looks to me like the perl 5.10.0 attributes bug, which causes
'Unknown error' rather than a useful message.
Can you try a different version of perl to see if it becomes more helpful?
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/