Help for this page

Select Code to Download


  1. or download this
    package Your::Module;
    
    ...
    sub sample_db_file {
        file( file(__FILE__)->dir->absolute, "data", "sample.sql") . "";
    }
    
  2. or download this
    # Build.PL
    $builder->add_build_element('sql');