summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
Commit message (Collapse)AuthorAge
* perlPackages.ack: fix build on darwinJason "Don" O'Conal2013-09-06
|
* Update some perl packagesIvan Kozik2013-09-03
|
* Add patch to Net::Amazon::S3 to enable credentials from the ↵Shea Levy2013-08-29
| | | | | | | | environment/instance roles See https://github.com/pfig/net-amazon-s3/pull/25 Signed-off-by: Shea Levy <shea@shealevy.com>
* Add platform meta attribute for perlPackages.ackGergely Risko2013-08-28
|
* Add some Dist::Zilla plugins and their many depsShea Levy2013-08-28
| | | | | | Definitely need to write a more complete cpan2nix Signed-off-by: Shea Levy <shea@shealevy.com>
* Add Dist::Zilla and its many depsShea Levy2013-08-28
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* unmaintain several packagesLudovic Courtès2013-08-16
|
* Forks::Super: Disable checksEelco Dolstra2013-08-12
|
* Add Unix::GetrusageEelco Dolstra2013-08-06
|
* Statistics::Descriptive: Update to 3.0605Eelco Dolstra2013-08-05
|
* Add perl module HTML::FromANSI and its dependencies. Make Testuseok use the ↵Rob Vermaas2013-07-25
| | | | casing that comes out of nix-generate-from-cpan, to prevent needing to special-case it on next generations.
* perlPackages.NetRabbitFoot & dependencies: new expressionsOliver Charles2013-07-17
|
* perlPackages.LogContextual & dependencies: new expressionsOliver Charles2013-07-17
|
* perlPackages.DBIxSimple: new expressionOliver Charles2013-07-17
|
* perlPackages.AnyEvent: new expressionOliver Charles2013-07-17
|
* Fix perl packages go use mirror://cpan where possibleEvgeny Egorochkin2013-07-14
|
* perl-net-amazon-s3-policy: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* perl-uri-url: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* perl-io-pager: fix versionEvgeny Egorochkin2013-07-14
|
* More Perl librariesOliver Charles2013-07-12
| | | | | | | | | | Adds: - File-Share-0.02 - Module-Install-AuthorRequires-0.02 - Module-Install-AuthorTests-0.002 - Test-EOL-1.5 - Test-NoTabs-1.3
* slic3r: new packageBjørn Forsman2013-07-11
| | | | | | | | | | | | | | | | | | | | | | | Slic3r is a G-code generator for 3D printers. - Math-Clipper and Boost-Geometry-Utils have been bumped to satisfy Slic3r. - Slic3r has problems with perl 5.16 due to a locale issue (comma vs period in floating point numbers). So we use perl 5.14. - The tests fail, so we skip them. According to the author of Slic3r, that should be safe: "Tests failed because of a typo when the 0.9.10b tag was applied. You can safely ignore the test results, Slic3r will work." See https://github.com/alexrj/Slic3r/issues/1303 For reference, the errors look like this: Use of uninitialized value $deg in numeric eq (==) at /tmp/nix-build-perl-slic3r-0.9.10b.drv-0/git-export/t/../lib/Slic3r/TriangleMesh.pm line 328. # Looks like your test exited with 255 before it could output anything.
* perlPackages: compatibility with perl <= 5.10Bjørn Forsman2013-07-11
| | | | | | | | | | | This is just a small dependency fix for ExtUtils::CBuilder and Module::Build to make them build with perl 5.10. It seems that perl gradually adds CPAN modules into its core. So when using older perl there typically some more dependencies to take care of. ExtUtils-CBuilder 0.280202 is not available anymore, so I had to bump it to 0.280205.
* ExtUtilsTypemapsDefault: fix for perl < 5.16Bjørn Forsman2013-07-11
| | | | | | | | | | | | | | | | | | | | | Add missing dependencies for ExtUtilsTypemapsDefault, needed when building with perl < 5.16. This works for perl 5.16 too. ExtUtils-ParseXS 3.15 has disappeared from the mirrors, so I had to bump it to something available from CPAN; version 3.18. See note from CPAN[1]: This module [ExtUtilsTypemap] exists merely as a compatibility wrapper around ExtUtils::Typemaps. In a nutshell, ExtUtils::Typemap was renamed to ExtUtils::Typemaps because the Typemap directory in lib/ could collide with the typemap file on case-insensitive file systems. The ExtUtils::Typemaps module is part of the ExtUtils::ParseXS distribution and ships with the standard library of perl starting with perl version 5.16. [1] http://search.cpan.org/~smueller/ExtUtils-Typemap-1.00/lib/ExtUtils/Typemap.pm:
* String::ToIdentifier::EN: Update to 0.10David Guibert2013-06-26
|
* nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra2013-06-25
| | | | | It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
* Add Forks::SuperEelco Dolstra2013-06-17
|
* Add Net::Amazon::S3Eelco Dolstra2013-06-16
| | | | As usual with Perl modules, adding one pulls in 30 more...
* Update some Perl packagesEelco Dolstra2013-06-13
|
* buildPerlModule: Call "./Build build"Eelco Dolstra2013-06-13
| | | | Some modules require this.
* perlPackages.TestMagpie: new expressionOliver Charles2013-06-10
|
* perlPackages.LWPUserAgentMockable: new expressionOliver Charles2013-06-10
|
* perlPackages.TemplatePluginClass: new expressionOliver Charles2013-06-10
|
* perlPackages.MethodSignaturesSimple: new expressionOliver Charles2013-06-10
|
* perlPackages.HTMLSelectorXPath: new expressionOliver Charles2013-06-10
|
* perlPackages.TestXPath: new expressionOliver Charles2013-06-10
|
* perlPackages.MooseXRunnable: new expressionOliver Charles2013-06-10
|
* perlPackages.TemplatePluginJavaScript: new expressionOliver Charles2013-06-10
|
* perlPackages.EnvPath: new expressionOliver Charles2013-06-10
|
* perlPackages.TestJSON: new expressionOliver Charles2013-06-10
|
* perlPackages.XMLSemanticDiff: new expressionOliver Charles2013-06-10
|
* perlPackages.TestMockClass: new expressionOliver Charles2013-06-10
|
* perlPackages.TestRoutine: new expressionOliver Charles2013-06-10
|
* perlPackages.StringShellQuote: new expressionOliver Charles2013-06-10
|
* perlPackages.DBIxConnector: new expressionOliver Charles2013-06-10
|
* perlPackages.HTMLTreeBuilderXPath: new expressionOliver Charles2013-06-10
|
* perlPackages.IOAll: new expressionOliver Charles2013-06-10
|
* perlPackages.DigestMD5File: new expressionOliver Charles2013-06-10
|
* perlPackages.StringTT: new expressionOliver Charles2013-06-10
|
* perlPackages.EmailMIME: new expressionOliver Charles2013-06-10
|
* perlPackages.NetCoverArtArchive: new expressionOliver Charles2013-06-10
|