https://bugzilla.redhat.com/show_bug.cgi?id=661946
Jeff Fearn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #1 from Jeff Fearn <[email protected]> --- Proposed solution: Add calls to config_data in Build.PL to create a Publican::ConfigData at build time. See http://search.cpan.org/~leont/Module-Build-0.4003/lib/Module/Build/Authoring.pod#SAVING_CONFIGURATION_INFORMATION e.g. In Build.PL $builder->config_data('cfg_path', $builder->install_path('etc')); Then in code: use Publican::ConfigData; my $cfg_path = Publican::ConfigData->config('cfg_path'); open($FOO, "<", "$cfg_path/publican-website.cfg"); -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ publican-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/publican-list Wiki: https://fedorahosted.org/publican
