Help for this page

Select Code to Download


  1. or download this
        depend => { all => 'example_data'  }
    
  2. or download this
    package MY;
    
    ...
        $makefragment =~ s/^(install ::)/$1 data/m;
        return $makefragment;
    }