summaryrefslogtreecommitdiffstats
path: root/mods/perlbrew
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15Ditto for perl-extutils-makemaker.Justin Davis1-1/+0
Now that the version of ExtUtils::MakeMaker has been lowered to a more reasonable value, it is satisfied by the version in perl core and elided.
2012-08-15perl-file-temp is no longer a dep of perlbrew.Justin Davis1-1/+1
File::Temp is a core module and shouldn't have been listed.
2012-07-22Reorder arguments to "move" modpkg command.Justin Davis1-1/+1
2012-06-02Update the perlbrew mod.Justin Davis1-1/+1
Force perl-file-temp into being a checkdepends, too.
2012-05-12Replace all mods with tcl versions.Justin Davis1-8/+8
2012-04-21Use simplier parameter expansion in perlbrew mod.Justin Davis1-1/+1
2012-04-21Fix the perlbrew mod.Justin Davis1-3/+5
Replace the license, dont just add to it. Append to the package() func in one fell swoop.
2012-04-21Change METABIN var to PREPSPATH.Justin Davis1-8/+6
genpkg uses this to tell prepkg where the preparer scripts are located.
2012-04-16Rename tweaks/ to preps/.Justin Davis1-0/+8
Adds GENPKGDBG env variable. Set it to prevent genpkg from removing PKGTREE and PKGDATA.