Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    
    ...
        INST_LIB      => './blib/lib',
        INST_ARCHLIB  => './blib/arch',
    );
    
  2. or download this
    % tar xfvz MyBundle.tgz
    % cd MyBundle
    ...
    % make
    % make test
    % make install