Help for this page

Select Code to Download


  1. or download this
    $ cat Makefile.PL
    use warnings;
    ...
    
    EOM
    }
    
  2. or download this
    $ perl Makefile.PL
    Writing Makefile for Math::Calc
    $ make test
    Makefile:779: *** el archivo de objetivos `test' tiene líneas con : y 
    +::.  Alto.
    
  3. or download this
    depend            => { 'test:' => 'calc' },