summary refs log tree commit diff
path: root/maintainers/scripts/nix-generate-from-cpan.nix
Commit message (Collapse)AuthorAge
* Fix various Perl packagesEelco Dolstra2014-11-25
| | | | | | | Perl 5.20 removed some modules, in particular Module::Pluggable. So now other modules need to get it from CPAN. http://hydra.nixos.org/build/17450281
* nix-generate-from-cpan: Hack to handle non-UTF-8 META.yml filesEelco Dolstra2013-06-16
|
* Rewrite the CPAN generator to PerlEelco Dolstra2013-06-13
Also: - It's now installable by doing "nix-env -i nix-generate-from-cpan". - It maps dependencies to the correct attribute (e.g. HTML::HeadParser is mapped to HTMLParser). - It automatically selects buildPerlPackage or buildPerlModule. - It's documented in the manual.