Skip to content

Commit

Permalink
Only "steal" if running under 5.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed Sep 29, 2010
1 parent a53ef9f commit f8cb6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -38,7 +38,7 @@ elsif ($ARGV[0] eq '-PROFILEUSE') {
# simple responses. Look for FEERSUM_STEAL in the code to see what this does.
# In a nutshell: certain temporary values passed in as the body of a response
# have their string-value "stolen".
my $steal = 1;
my $steal = ($] >= 5.012);

WriteMakefile(ev_args(
NAME => 'Feersum',
Expand Down

0 comments on commit f8cb6b2

Please sign in to comment.