Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
65 stars 77 forks source link

Setup/BFD - use 0..9 not -9 as characters in tempdir #426

Closed demerphq closed 1 year ago

demerphq commented 1 year ago

It doesn't matter much, in sense that the code works fine, but 0..9 is what I intended. :-)

demerphq commented 1 year ago

Sorry about that. Mixed up charclass and range notation, and since it was digits perl didnt notice. Doesn't change the result, it still creates temp files ok, it just doesn't do it quite like i had intended. Sigh. late night hacks.