Skip to content

Commit

Permalink
require 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 16, 2008
1 parent 78d1200 commit d140413
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
package main;

use 5.006001;

use strict;
use warnings;
use ExtUtils::MakeMaker;
Expand Down Expand Up @@ -36,11 +39,11 @@ critic:
perlcritic -profile perlcriticrc -1 -quiet *.pm t/*.t
prof: all
perl -d:DProf -Mblib ./stress ~/parrot ~/bw/trunk ~/p101 ~/bin /Developer > /dev/null
perl -d:DProf -Mblib ./stress ~/parrot ~/bw/trunk ~/p101 ~/bin > /dev/null
dprofpp -R
smallprof: all
perl -d:SmallProf -Mblib ./stress ~/parrot ~/bw/trunk ~/p101 ~/bin /Developer > /dev/null
perl -d:SmallProf -Mblib ./stress ~/parrot ~/bw/trunk ~/p101 ~/bin > /dev/null
sort -k 2nr,2 smallprof.out | less
MAKE_FRAG
Expand Down

0 comments on commit d140413

Please sign in to comment.