summaryrefslogtreecommitdiffstats
path: root/mods
AgeCommit message (Collapse)AuthorFilesLines
2012-08-16Updates the perl-anyevent mod.Justin Davis1-1/+5
Increment the stupid epoch. Ensure the pkgver is zero padded. Prepend environment var exports to the check func to ensure more tests are run.
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-15Adds mod for perl-async-interrupt.Justin Davis1-0/+2
Marc uses perl-style real number version strings.
2012-05-15Add mod for perl-net-ssleay.Justin Davis1-0/+7
Adds a custom license file and depends on openssl.
2012-05-15Add mod for perl-common-sense.Justin Davis1-0/+2
MetaCPAN has a bug where common-sense is simply missing.
2012-05-12Adds perl-lwp-protocol-https mod.Justin Davis1-0/+2
2012-05-12Replace all mods with tcl versions.Justin Davis21-38/+36
2012-04-30Make sure the epoch is an integer...Justin Davis1-1/+1
2012-04-30Automatically set epoch in mods/perl-anyevent.Justin Davis1-1/+1
2012-04-30Fix typo in mods/perl-anyevent.Justin Davis1-1/+1
2012-04-30Fix typos in mods/perl-extutils-makemaker.Justin Davis1-1/+1
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 Davis20-40/+33
genpkg uses this to tell prepkg where the preparer scripts are located.
2012-04-16Rename tweaks/ to preps/.Justin Davis21-0/+43
Adds GENPKGDBG env variable. Set it to prevent genpkg from removing PKGTREE and PKGDATA.