Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 39b1621888551592263486d03daefdb8 > files > 123

perl-Catalyst-Plugin-AutoCRUD-2.131.210-2.mga4.noarch.rpm

package # hide from PAUSE
    DemoAppOtherFeatures;

use Catalyst qw/-Debug
                ConfigLoader
                Unicode::Encoding
                AutoCRUD/;

DemoAppOtherFeatures->config(
    root => "$FindBin::Bin/root",
    'Plugin::ConfigLoader' => { file => "$FindBin::Bin/demo_other_features.conf" },
#    'Plugin::AutoCRUD' => { sites => { default => { dbic => { link => { hidden => 'yes' } } } } },
);

DemoAppOtherFeatures->setup();
1;