Help for this page

Select Code to Download


  1. or download this
    /usr/bin/perl -Iinc "-MExtUtils::Manifest=manicopy,maniread" \
            -e "manicopy(maniread(),'Mail-Mbox-MessageParser-1.21.0', 'bes
    +t');"
    
  2. or download this
      print "Fixing PREOP in the Makefile to copy files with spaces during
    + building\n";
    
      my $commands = q{; \$(CP) t/mailboxes/*\\\\ * \$(DISTVNAME)/t/mailbo
    +xes; \$(CP) t/results/*\\\\ * \$(DISTVNAME)/t/results};
    
      system "$^X -pi -e 's|^(PREOP\\s*=.*)|\$1$commands|' Makefile";