Help for this page

Select Code to Download


  1. or download this
    Catalyst-Devel-1.34> perl Makefile.PL
    Name "main::NULL" used only once: possible typo at Makefile.PL line 56
    +.
    Cannot determine perl version info from lib/Catalyst/Devel.pm
    ...
    Failed 1/7 test programs. 1/91 subtests failed.
    dmake:  Error code 255, while making 'test_dynamic'
    
  2. or download this
    ok( $helper->render_file_contents('example1',  $fn,
            { test_var => 'test_val' }, 0677
    ...
    ok -s $fn;
    my $perms = ( stat $fn )[2] & 07777;
    is $perms, 0677;