Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Rubric CPAN distribution.

Report information
The Basics
Id: 49972
Status: resolved
Priority: 0/
Queue: Rubric

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Undefined subroutine &Config::Auto::find_file called at blib/lib/Rubric/Config.pm line 173.
Config::Auto: 0.29_02 I checked Config::Auto 0.20 docs, find_file wasn't documented as public This seems to work return $config = YAML::LoadFile( Config::Auto->new( source => $config_filename )->file ); I also tried return $config = Config::Auto::parse($config_filename, format => 'yaml'); But it fails due to extra newlines being introduced into the config. t/config_custom.t ... 1/? # Failed test 'value of uri_root' # at t/config_custom.t line 16. # got: ' # http://server.name/rubric/rubric.cgi' # expected: 'http://server.name/rubric/rubric.cgi' Thanks
since this bug was filed, Rubric stopped using Config::Auto -- rjbs