Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

perlPackages: clean up "perl" license fields

+141 -141
+141 -141
pkgs/top-level/perl-packages.nix
··· 403 403 }; 404 404 meta = { 405 405 description = "Provide an interface to ZIP archive files"; 406 - license = "perl"; 406 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 407 407 }; 408 408 }; 409 409 ··· 740 740 }; 741 741 meta = { 742 742 description = "Perl client for B<memcached>, in C language"; 743 - license = "perl"; 743 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 744 744 maintainers = with maintainers; [ ]; 745 745 platforms = stdenv.lib.platforms.unix; 746 746 }; ··· 768 768 }; 769 769 meta = { 770 770 description = "A lightweight cache with timed expiration"; 771 - license = "perl"; 771 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 772 772 }; 773 773 }; 774 774 ··· 832 832 }; 833 833 meta = { 834 834 description = "Alternative warn and die for modules"; 835 - license = "perl"; 835 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 836 836 }; 837 837 }; 838 838 ··· 904 904 propagatedBuildInputs = [ CatalystRuntime ClassInspector JSONMaybeXS MROCompat ModulePluggable Moose ParamsValidate URIFind namespaceautoclean ]; 905 905 meta = { 906 906 description = "Automated REST Method Dispatching"; 907 - license = "perl"; 907 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 908 908 }; 909 909 }; 910 910 ··· 1392 1392 buildInputs = [ TestWWWMechanizeCatalyst Testuseok ]; 1393 1393 propagatedBuildInputs = [ CatalystRuntime TextCSV XMLSimple ]; 1394 1394 meta = { 1395 - license = "perl"; 1395 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1396 1396 platforms = stdenv.lib.platforms.linux; 1397 1397 }; 1398 1398 }; ··· 1456 1456 propagatedBuildInputs = [ CatalystXRoleApplicator Moose URI namespaceautoclean ]; 1457 1457 meta = { 1458 1458 description = "Replace request base with value passed by HTTP proxy"; 1459 - license = "perl"; 1459 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1460 1460 platforms = stdenv.lib.platforms.linux; 1461 1461 }; 1462 1462 }; ··· 1511 1511 meta = { 1512 1512 homepage = https://github.com/tokuhirom/p5-cgi-emulate-psgi; 1513 1513 description = "PSGI adapter for CGI"; 1514 - license = "perl"; 1514 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1515 1515 }; 1516 1516 }; 1517 1517 ··· 1539 1539 doCheck = false; 1540 1540 meta = { 1541 1541 homepage = https://metacpan.org/module/CGI::Fast; 1542 - license = "perl"; 1542 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1543 1543 }; 1544 1544 }; 1545 1545 ··· 1562 1562 propagatedBuildInputs = [ CGI ]; 1563 1563 meta = { 1564 1564 description = "Adapt CGI.pm to the PSGI protocol"; 1565 - license = "perl"; 1565 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1566 1566 }; 1567 1567 }; 1568 1568 ··· 1672 1672 }; 1673 1673 meta = { 1674 1674 description = "A minimalistic variant of Class::Accessor"; 1675 - license = "perl"; 1675 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1676 1676 }; 1677 1677 }; 1678 1678 ··· 1750 1750 propagatedBuildInputs = [ ParamsValidate ]; 1751 1751 meta = { 1752 1752 description = "Glues object frameworks together transparently"; 1753 - license = "perl"; 1753 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1754 1754 }; 1755 1755 }; 1756 1756 ··· 1949 1949 }; 1950 1950 meta = { 1951 1951 description = "Support for creating standard 'inside-out' classes"; 1952 - license = "perl"; 1952 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 1953 1953 }; 1954 1954 }; 1955 1955 ··· 2018 2018 }; 2019 2019 meta = { 2020 2020 description = "Interface to Bzip2 compression library"; 2021 - license = "perl"; 2021 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2022 2022 }; 2023 2023 }; 2024 2024 ··· 2066 2066 propagatedBuildInputs = [ ModulePluggable ]; 2067 2067 meta = { 2068 2068 description = "Load configuration from different file formats, transparently"; 2069 - license = "perl"; 2069 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2070 2070 }; 2071 2071 }; 2072 2072 ··· 2104 2104 propagatedBuildInputs = [ Moo MooXTypesMooseLike ]; 2105 2105 meta = { 2106 2106 description = "Git-compatible config file parsing"; 2107 - license = "perl"; 2107 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2108 2108 }; 2109 2109 }; 2110 2110 ··· 2133 2133 propagatedBuildInputs = [ ConfigAny ]; 2134 2134 meta = { 2135 2135 description = "Load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files"; 2136 - license = "perl"; 2136 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2137 2137 }; 2138 2138 }; 2139 2139 ··· 2198 2198 doCheck = false; 2199 2199 meta = { 2200 2200 description = "Simple, versioned access to configuration data"; 2201 - license = "perl"; 2201 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2202 2202 }; 2203 2203 }; 2204 2204 ··· 2230 2230 propagatedBuildInputs = [ ListUtilsBy ModulePluggable ]; 2231 2231 meta = { 2232 2232 description = "Color space conversions and named lookups"; 2233 - license = "perl"; 2233 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2234 2234 }; 2235 2235 }; 2236 2236 ··· 2405 2405 meta = { 2406 2406 homepage = http://github.com/jib/cpanplus-devel; 2407 2407 description = "Ameliorated interface to the CPAN"; 2408 - license = "perl"; 2408 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2409 2409 }; 2410 2410 }; 2411 2411 ··· 2487 2487 propagatedBuildInputs = [ CryptX JSONMaybeXS ]; 2488 2488 meta = { 2489 2489 description = "JSON Web Token"; 2490 - license = "perl"; 2490 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2491 2491 }; 2492 2492 }; 2493 2493 ··· 2508 2508 buildInputs = [ pkgs.unzip ]; 2509 2509 propagatedBuildInputs = [ ConvertASN1 ]; 2510 2510 meta = { 2511 - license = "perl"; 2511 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2512 2512 }; 2513 2513 }; 2514 2514 ··· 3100 3100 propagatedBuildInputs = [ DateTime DateTimeEventRecurrence ]; 3101 3101 meta = { 3102 3102 description = "DateTime rfc2445 recurrences"; 3103 - license = "perl"; 3103 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3104 3104 }; 3105 3105 }; 3106 3106 ··· 3658 3658 propagatedBuildInputs = [ CacheSimpleTimedExpiry ClassAccessor ClassReturnValue Clone DBI DBIxDBSchema Want ]; 3659 3659 meta = { 3660 3660 description = "Encapsulate SQL queries and rows in simple perl objects"; 3661 - license = "perl"; 3661 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3662 3662 }; 3663 3663 }; 3664 3664 ··· 3808 3808 }; 3809 3809 meta = { 3810 3810 description = "Modules that calculate message digests"; 3811 - license = "perl"; 3811 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3812 3812 }; 3813 3813 }; 3814 3814 ··· 3875 3875 }; 3876 3876 meta = { 3877 3877 description = "Perl interface to the MD-5 algorithm"; 3878 - license = "perl"; 3878 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 3879 3879 }; 3880 3880 }; 3881 3881 ··· 4271 4271 propagatedBuildInputs = [ EmailAddress ]; 4272 4272 meta = { 4273 4273 description = "RFC close address list parsing"; 4274 - license = "perl"; 4274 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4275 4275 }; 4276 4276 }; 4277 4277 ··· 4425 4425 }; 4426 4426 meta = { 4427 4427 description = "Unknown"; 4428 - license = "perl"; 4428 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4429 4429 }; 4430 4430 }; 4431 4431 ··· 4492 4492 meta = { 4493 4493 homepage = http://search.cpan.org/dist/Env; 4494 4494 description = "Perl module that imports environment variables as scalars or arrays"; 4495 - license = "perl"; 4495 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4496 4496 }; 4497 4497 }; 4498 4498 ··· 4619 4619 meta = { 4620 4620 homepage = https://metacpan.org/release/Exporter-Tiny; 4621 4621 description = "An exporter with the features of Sub::Exporter but only core dependencies"; 4622 - license = "perl"; 4622 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4623 4623 }; 4624 4624 }; 4625 4625 ··· 4632 4632 meta = { 4633 4633 homepage = http://search.cpan.org/dist/ExtUtils-Command; 4634 4634 description = "Utilities to replace common UNIX commands in Makefiles etc"; 4635 - license = "perl"; 4635 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4636 4636 }; 4637 4637 }; 4638 4638 ··· 4646 4646 propagatedBuildInputs = [ IOTty ]; 4647 4647 meta = { 4648 4648 description = "Automate interactions with command line programs that expose a text terminal interface"; 4649 - license = "perl"; 4649 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4650 4650 }; 4651 4651 }; 4652 4652 ··· 4658 4658 }; 4659 4659 meta = { 4660 4660 description = "Implements default import method for modules"; 4661 - license = "perl"; 4661 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4662 4662 }; 4663 4663 }; 4664 4664 ··· 4734 4734 meta = { 4735 4735 homepage = https://metacpan.org/release/ExtUtils-Install; 4736 4736 description = "Install files from here to there"; 4737 - license = "perl"; 4737 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4738 4738 }; 4739 4739 }; 4740 4740 ··· 4952 4952 meta = { 4953 4953 homepage = http://search.cpan.org/dist/File-CheckTree; 4954 4954 description = "Run many filetest checks on a tree"; 4955 - license = "perl"; 4955 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 4956 4956 }; 4957 4957 }; 4958 4958 ··· 5137 5137 }; 5138 5138 meta = { 5139 5139 description = "Create or remove directory trees"; 5140 - license = "perl"; 5140 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5141 5141 }; 5142 5142 }; 5143 5143 ··· 5255 5255 }; 5256 5256 meta = { 5257 5257 description = "A simple, sane and efficient module to slurp a file"; 5258 - license = "perl"; 5258 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5259 5259 }; 5260 5260 }; 5261 5261 ··· 5299 5299 }; 5300 5300 meta = { 5301 5301 description = "Source Filters"; 5302 - license = "perl"; 5302 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5303 5303 }; 5304 5304 }; 5305 5305 ··· 5311 5311 }; 5312 5312 meta = { 5313 5313 description = "Simplified source filtering"; 5314 - license = "perl"; 5314 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5315 5315 }; 5316 5316 }; 5317 5317 ··· 5481 5481 doCheck = false; 5482 5482 meta = { 5483 5483 description = "A Pure Perl interface to Git repositories"; 5484 - license = "perl"; 5484 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5485 5485 }; 5486 5486 }; 5487 5487 ··· 5765 5765 meta = { 5766 5766 homepage = https://metacpan.org/release/HTML-Formatter; 5767 5767 description = "Base class for HTML formatters"; 5768 - license = "perl"; 5768 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5769 5769 }; 5770 5770 }; 5771 5771 ··· 5778 5778 propagatedBuildInputs = [ HTMLFormatter HTMLTree URI ]; 5779 5779 meta = { 5780 5780 description = "HTML to text conversion with links as footnotes"; 5781 - license = "perl"; 5781 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5782 5782 }; 5783 5783 }; 5784 5784 ··· 5791 5791 propagatedBuildInputs = [ HTMLFormatTextWithLinks HTMLFormatter HTMLTree ]; 5792 5792 meta = { 5793 5793 description = "Converts HTML to Text with tables intact"; 5794 - license = "perl"; 5794 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5795 5795 }; 5796 5796 }; 5797 5797 ··· 5809 5809 NumberFormat PathClass Readonly RegexpCommon TaskWeaken YAMLLibYAML ]; 5810 5810 meta = { 5811 5811 description = "HTML Form Creation, Rendering and Validation Framework"; 5812 - license = "perl"; 5812 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5813 5813 }; 5814 5814 }; 5815 5815 ··· 5842 5842 meta = { 5843 5843 homepage = http://metacpan.org/release/HTML-Mason; 5844 5844 description = "High-performance, dynamic web site authoring system"; 5845 - license = "perl"; 5845 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5846 5846 }; 5847 5847 }; 5848 5848 ··· 5857 5857 meta = { 5858 5858 homepage = http://search.cpan.org/dist/HTML-Mason-PSGIHandler/; 5859 5859 description = "PSGI handler for HTML::Mason"; 5860 - license = "perl"; 5860 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5861 5861 }; 5862 5862 }; 5863 5863 ··· 5883 5883 propagatedBuildInputs = [ HTMLParser ]; 5884 5884 meta = { 5885 5885 description = "Extract structure of quoted HTML mail message"; 5886 - license = "perl"; 5886 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5887 5887 }; 5888 5888 }; 5889 5889 ··· 5896 5896 propagatedBuildInputs = [ HTMLParser HTMLTagset URI ]; 5897 5897 meta = { 5898 5898 description = "Concise attribute rewriting"; 5899 - license = "perl"; 5899 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 5900 5900 }; 5901 5901 }; 5902 5902 ··· 6186 6186 propagatedBuildInputs = [ HTMLMason HTTPServerSimple HookLexWrap ]; 6187 6187 meta = { 6188 6188 description = "A simple mason server"; 6189 - license = "perl"; 6189 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6190 6190 }; 6191 6191 }; 6192 6192 ··· 6199 6199 meta = { 6200 6200 homepage = http://search.cpan.org/dist/I18N-Collate; 6201 6201 description = "Compare 8-bit scalar data according to the current locale"; 6202 - license = "perl"; 6202 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6203 6203 }; 6204 6204 }; 6205 6205 ··· 6254 6254 doCheck = false; 6255 6255 meta = { 6256 6256 description = "Perl core IO modules"; 6257 - license = "perl"; 6257 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6258 6258 }; 6259 6259 }; 6260 6260 ··· 6369 6369 }; 6370 6370 meta = { 6371 6371 description = "Family-neutral IP socket supporting both IPv4 and IPv6"; 6372 - license = "perl"; 6372 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6373 6373 }; 6374 6374 }; 6375 6375 ··· 6501 6501 }; 6502 6502 meta = { 6503 6503 description = "Run commands simply, with detailed diagnostics"; 6504 - license = "perl"; 6504 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6505 6505 }; 6506 6506 }; 6507 6507 ··· 6513 6513 }; 6514 6514 meta = { 6515 6515 description = "System V IPC constants and system calls"; 6516 - license = "perl"; 6516 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6517 6517 }; 6518 6518 }; 6519 6519 ··· 6738 6738 }; 6739 6739 meta = { 6740 6740 description = "Manipulate @INC at compile time"; 6741 - license = "perl"; 6741 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6742 6742 }; 6743 6743 }; 6744 6744 ··· 6793 6793 }; 6794 6794 meta = { 6795 6795 description = "Collection of network protocol modules"; 6796 - license = "perl"; 6796 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6797 6797 }; 6798 6798 }; 6799 6799 ··· 6816 6816 meta = { 6817 6817 homepage = https://github.com/neilbowers/Lingua-EN-FindNumber; 6818 6818 description = "Locate (written) numbers in English text"; 6819 - license = "perl"; 6819 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6820 6820 }; 6821 6821 }; 6822 6822 ··· 6851 6851 meta = { 6852 6852 homepage = http://metacpan.org/release/Lingua-EN-Inflect-Phrase; 6853 6853 description = "Inflect short English Phrases"; 6854 - license = "perl"; 6854 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6855 6855 }; 6856 6856 }; 6857 6857 ··· 6866 6866 meta = { 6867 6867 homepage = http://metacpan.org/release/Lingua-EN-Number-IsOrdinal; 6868 6868 description = "Detect if English number is ordinal or cardinal"; 6869 - license = "perl"; 6869 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6870 6870 }; 6871 6871 }; 6872 6872 ··· 6915 6915 doCheck = false; 6916 6916 meta = { 6917 6917 description = "Perl extension to detect on which Linux distribution we are running"; 6918 - license = "perl"; 6918 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 6919 6919 }; 6920 6920 }; 6921 6921 ··· 7001 7001 }; 7002 7002 meta = { 7003 7003 description = "A distribution of modules to handle locale codes"; 7004 - license = "perl"; 7004 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7005 7005 }; 7006 7006 }; 7007 7007 ··· 7064 7064 }; 7065 7065 meta = { 7066 7066 description = "Compile .po files to .mo files"; 7067 - license = "perl"; 7067 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7068 7068 }; 7069 7069 }; 7070 7070 ··· 7171 7171 propagatedBuildInputs = [ if_ ]; 7172 7172 meta = { 7173 7173 description = "Powerful and flexible message logging mechanism"; 7174 - license = "perl"; 7174 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7175 7175 }; 7176 7176 }; 7177 7177 ··· 7239 7239 propagatedBuildInputs = [ IOLockedFile ]; 7240 7240 meta = { 7241 7241 description = "Helps us create simple logs for our application"; 7242 - license = "perl"; 7242 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7243 7243 }; 7244 7244 }; 7245 7245 ··· 7281 7281 propagatedBuildInputs = [ HTTPMessage IOSocketSSL LWP LWPProtocolhttps URI ]; 7282 7282 meta = { 7283 7283 description = "Provides HTTP/CONNECT proxy support for LWP::UserAgent"; 7284 - license = "perl"; 7284 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7285 7285 }; 7286 7286 }; 7287 7287 ··· 7673 7673 propagatedBuildInputs = [ MailTools ]; 7674 7674 meta = { 7675 7675 description = "Tools to manipulate MIME messages"; 7676 - license = "perl"; 7676 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7677 7677 }; 7678 7678 }; 7679 7679 ··· 7740 7740 doCheck = false; 7741 7741 meta = { 7742 7742 description = "A collection of modules removed from Module-Build"; 7743 - license = "perl"; 7743 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7744 7744 }; 7745 7745 }; 7746 7746 ··· 7844 7844 propagatedBuildInputs = [ FileRemove ModuleScanDeps YAMLTiny ]; 7845 7845 meta = { 7846 7846 description = "Standalone, extensible Perl module installer"; 7847 - license = "perl"; 7847 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7848 7848 }; 7849 7849 }; 7850 7850 ··· 7948 7948 buildInputs = [ PathClass ]; 7949 7949 meta = { 7950 7950 description = "Refresh %INC files when updated on disk"; 7951 - license = "perl"; 7951 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7952 7952 }; 7953 7953 }; 7954 7954 ··· 7991 7991 meta = { 7992 7992 inherit version; 7993 7993 description = "Recursively scan Perl code for dependencies"; 7994 - license = "perl"; 7994 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 7995 7995 }; 7996 7996 }; 7997 7997 ··· 8042 8042 }; 8043 8043 meta = { 8044 8044 description = "Report versions of all modules in memory"; 8045 - license = "perl"; 8045 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8046 8046 }; 8047 8047 }; 8048 8048 ··· 8224 8224 meta = { 8225 8225 homepage = https://metacpan.org/release/MooX-late; 8226 8226 description = "Easily translate Moose code to Moo"; 8227 - license = "perl"; 8227 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8228 8228 }; 8229 8229 }; 8230 8230 ··· 8238 8238 propagatedBuildInputs = [ ConfigAny Mouse MouseXConfigFromFile ]; 8239 8239 meta = { 8240 8240 description = "A Mouse role for setting attributes from a simple configfile"; 8241 - license = "perl"; 8241 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8242 8242 }; 8243 8243 }; 8244 8244 ··· 8250 8250 }; 8251 8251 meta = { 8252 8252 description = "Do use_ok() for all the MANIFESTed modules"; 8253 - license = "perl"; 8253 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8254 8254 }; 8255 8255 }; 8256 8256 ··· 8264 8264 propagatedBuildInputs = [ Mouse MouseXTypes PathClass ]; 8265 8265 meta = { 8266 8266 description = "A Path::Class type library for Mouse"; 8267 - license = "perl"; 8267 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8268 8268 }; 8269 8269 }; 8270 8270 ··· 8278 8278 propagatedBuildInputs = [ AnyMoose Mouse ]; 8279 8279 meta = { 8280 8280 description = "Organize your Mouse types in libraries"; 8281 - license = "perl"; 8281 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8282 8282 }; 8283 8283 }; 8284 8284 ··· 8292 8292 propagatedBuildInputs = [ Mouse MouseXTypesPathClass ]; 8293 8293 meta = { 8294 8294 description = "An abstract Mouse role for setting attributes from a configfile"; 8295 - license = "perl"; 8295 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 8296 8296 }; 8297 8297 }; 8298 8298 ··· 9316 9316 }; 9317 9317 meta = { 9318 9318 description = "Per object accessors"; 9319 - license = "perl"; 9319 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9320 9320 }; 9321 9321 }; 9322 9322 ··· 9359 9359 }; 9360 9360 meta = { 9361 9361 description = "More Opcodes information from opnames.h and opcode.h"; 9362 - license = "perl"; 9362 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9363 9363 }; 9364 9364 }; 9365 9365 ··· 9412 9412 }; 9413 9413 meta = { 9414 9414 description = "List constants defined in a package"; 9415 - license = "perl"; 9415 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9416 9416 }; 9417 9417 }; 9418 9418 ··· 9486 9486 propagatedBuildInputs = [ ClassAccessorLite ListMoreUtils ProcWait3 ScopeGuard SignalMask ]; 9487 9487 meta = { 9488 9488 description = "A simple prefork server framework"; 9489 - license = "perl"; 9489 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9490 9490 }; 9491 9491 }; 9492 9492 ··· 9717 9717 buildInputs = [ TestException ]; 9718 9718 meta = { 9719 9719 description = "Fast and correct UTF-8 IO"; 9720 - license = "perl"; 9720 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9721 9721 }; 9722 9722 }; 9723 9723 ··· 9970 9970 }; 9971 9971 meta = { 9972 9972 description = "Perl extension to access the unix process table"; 9973 - license = "perl"; 9973 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9974 9974 }; 9975 9975 }; 9976 9976 ··· 9990 9990 }; 9991 9991 meta = { 9992 9992 description = "Perl extension for wait3 system call"; 9993 - license = "perl"; 9993 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 9994 9994 }; 9995 9995 }; 9996 9996 ··· 10217 10217 }; 10218 10218 meta = { 10219 10219 description = "Convert POD data to various other formats"; 10220 - license = "perl"; 10220 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10221 10221 }; 10222 10222 }; 10223 10223 ··· 10243 10243 }; 10244 10244 meta = { 10245 10245 description = "Look up Perl documentation in Pod format"; 10246 - license = "perl"; 10246 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10247 10247 }; 10248 10248 }; 10249 10249 ··· 10255 10255 }; 10256 10256 meta = { 10257 10257 description = "Perl extension for converting Pod to old-style Pod"; 10258 - license = "perl"; 10258 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10259 10259 }; 10260 10260 }; 10261 10261 ··· 10410 10410 }; 10411 10411 propagatedBuildInputs = [ RegexpCommon ]; 10412 10412 meta = { 10413 - license = "perl"; 10413 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10414 10414 }; 10415 10415 }; 10416 10416 ··· 10442 10442 meta = { 10443 10443 homepage = http://wiki.github.com/toddr/Regexp-Parser; 10444 10444 description = "Base class for parsing regexes"; 10445 - license = "perl"; 10445 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10446 10446 }; 10447 10447 }; 10448 10448 ··· 10488 10488 }; 10489 10489 meta = { 10490 10490 description = "Just roles. Nothing else"; 10491 - license = "perl"; 10491 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10492 10492 }; 10493 10493 }; 10494 10494 ··· 10556 10556 propagatedBuildInputs = [ CGI DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies HTTPMessage LWP ParamsValidate URI ]; 10557 10557 meta = { 10558 10558 description = "Talk to RT installation using REST protocol"; 10559 - license = "perl"; 10559 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10560 10560 }; 10561 10561 }; 10562 10562 ··· 10589 10589 }; 10590 10590 meta = { 10591 10591 description = "Common Scalar and List utility subroutines"; 10592 - license = "perl"; 10592 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10593 10593 }; 10594 10594 }; 10595 10595 ··· 10635 10635 }; 10636 10636 meta = { 10637 10637 description = "Look - search for key in dictionary file"; 10638 - license = "perl"; 10638 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10639 10639 }; 10640 10640 }; 10641 10641 ··· 10647 10647 }; 10648 10648 meta = { 10649 10649 description = "Load functions only on demand"; 10650 - license = "perl"; 10650 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10651 10651 }; 10652 10652 }; 10653 10653 ··· 10661 10661 meta = { 10662 10662 homepage = https://github.com/kazuho/p5-Server-Starter; 10663 10663 description = "A superdaemon for hot-deploying server programs"; 10664 - license = "perl"; 10664 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10665 10665 }; 10666 10666 }; 10667 10667 ··· 10714 10714 propagatedBuildInputs = [ IPCSignal ]; 10715 10715 meta = { 10716 10716 description = "Signal masks made easy"; 10717 - license = "perl"; 10717 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10718 10718 }; 10719 10719 }; 10720 10720 ··· 10741 10741 }; 10742 10742 meta = { 10743 10743 description = "Networking constants and support functions"; 10744 - license = "perl"; 10744 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10745 10745 }; 10746 10746 }; 10747 10747 ··· 10869 10869 propagatedBuildInputs = [ ImportInto ModuleRuntime strictures ]; 10870 10870 meta = { 10871 10871 description = "Parameterizable packages"; 10872 - license = "perl"; 10872 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10873 10873 }; 10874 10874 }; 10875 10875 ··· 10891 10891 propagatedBuildInputs = [ ParallelPrefork Plack ServerStarter ]; 10892 10892 meta = { 10893 10893 description = "A simple, high-performance PSGI/Plack HTTP server"; 10894 - license = "perl"; 10894 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10895 10895 }; 10896 10896 }; 10897 10897 ··· 10908 10908 inherit version; 10909 10909 homepage = https://github.com/miyagawa/Starman; 10910 10910 description = "High-performance preforking PSGI/Plack web server"; 10911 - license = "perl"; 10911 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10912 10912 }; 10913 10913 }; 10914 10914 ··· 10963 10963 sha256 = "a566b792112bbba21131ec1d7a2bf78170c648484895283ae53c7f0c3dc2f0be"; 10964 10964 }; 10965 10965 meta = { 10966 - license = "perl"; 10966 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10967 10967 }; 10968 10968 }; 10969 10969 ··· 11347 11347 }; 11348 11348 meta = { 11349 11349 description = "Finds name and type of a global variable"; 11350 - license = "perl"; 11350 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11351 11351 }; 11352 11352 }; 11353 11353 ··· 11410 11410 }; 11411 11411 meta = { 11412 11412 description = "Perl extension for Consistent Signal Handling"; 11413 - license = "perl"; 11413 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11414 11414 }; 11415 11415 }; 11416 11416 ··· 11422 11422 }; 11423 11423 meta = { 11424 11424 description = "Perl interface to the UNIX syslog(3) calls"; 11425 - license = "perl"; 11425 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11426 11426 }; 11427 11427 }; 11428 11428 ··· 11509 11509 meta = { 11510 11510 homepage = https://github.com/karpet/template-plugin-autoformat; 11511 11511 description = "TT plugin for Text::Autoformat"; 11512 - license = "perl"; 11512 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11513 11513 }; 11514 11514 }; 11515 11515 ··· 11587 11587 }; 11588 11588 meta = { 11589 11589 description = "Template Toolkit reimplemented in as little code as possible"; 11590 - license = "perl"; 11590 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11591 11591 }; 11592 11592 }; 11593 11593 ··· 11612 11612 }; 11613 11613 meta = { 11614 11614 description = "Color output using ANSI escape sequences"; 11615 - license = "perl"; 11615 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11616 11616 }; 11617 11617 }; 11618 11618 ··· 11625 11625 meta = { 11626 11626 inherit version; 11627 11627 description = "Perl termcap interface"; 11628 - license = "perl"; 11628 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11629 11629 }; 11630 11630 }; 11631 11631 ··· 11726 11726 propagatedBuildInputs = [ DevelHide TermSizePerl ]; 11727 11727 meta = { 11728 11728 description = "Retrieve terminal size"; 11729 - license = "perl"; 11729 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11730 11730 }; 11731 11731 }; 11732 11732 ··· 11738 11738 }; 11739 11739 meta = { 11740 11740 description = "Perl extension for retrieving terminal size (Perl version)"; 11741 - license = "perl"; 11741 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11742 11742 }; 11743 11743 }; 11744 11744 ··· 11808 11808 propagatedBuildInputs = [ TestNoWarnings ]; 11809 11809 meta = { 11810 11810 description = "Aggregate C<*.t> tests to make them run faster"; 11811 - license = "perl"; 11811 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11812 11812 }; 11813 11813 }; 11814 11814 ··· 11898 11898 }; 11899 11899 meta = { 11900 11900 description = "Test directory attributes"; 11901 - license = "perl"; 11901 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11902 11902 }; 11903 11903 }; 11904 11904 ··· 11911 11911 propagatedBuildInputs = [ CaptureTiny TextDiff ]; 11912 11912 meta = { 11913 11913 description = "Test strings and data structures and show differences if not ok"; 11914 - license = "perl"; 11914 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11915 11915 }; 11916 11916 }; 11917 11917 ··· 11994 11994 buildInputs = [ Testutf8 ]; 11995 11995 meta = { 11996 11996 description = "Check file attributes"; 11997 - license = "perl"; 11997 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 11998 11998 }; 11999 11999 }; 12000 12000 ··· 12008 12008 meta = { 12009 12009 homepage = http://search.cpan.org/dist/Test-File-Contents/; 12010 12010 description = "Test routines for examining the contents of files"; 12011 - license = "perl"; 12011 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12012 12012 }; 12013 12013 }; 12014 12014 ··· 12049 12049 }; 12050 12050 meta = { 12051 12051 description = "Detailed analysis of test results"; 12052 - license = "perl"; 12052 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12053 12053 }; 12054 12054 }; 12055 12055 ··· 12387 12387 meta = { 12388 12388 homepage = https://github.com/tokuhirom/Test-SharedFork; 12389 12389 description = "Fork test"; 12390 - license = "perl"; 12390 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12391 12391 }; 12392 12392 }; 12393 12393 ··· 12632 12632 meta = { 12633 12633 homepage = http://search.cpan.org/dist/Text-Abbrev; 12634 12634 description = "Abbrev - create an abbreviation table from a list"; 12635 - license = "perl"; 12635 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12636 12636 }; 12637 12637 }; 12638 12638 ··· 12669 12669 meta = { 12670 12670 homepage = https://github.com/neilbowers/Text-Autoformat; 12671 12671 description = "Automatic text wrapping and reformatting"; 12672 - license = "perl"; 12672 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12673 12673 }; 12674 12674 }; 12675 12675 ··· 12681 12681 }; 12682 12682 meta = { 12683 12683 description = "Extract delimited text sequences from strings"; 12684 - license = "perl"; 12684 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12685 12685 }; 12686 12686 }; 12687 12687 ··· 12750 12750 meta = { 12751 12751 homepage = https://metacpan.org/pod/Text::CSV_XS; 12752 12752 description = "Comma-Separated Values manipulation routines"; 12753 - license = "perl"; 12753 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12754 12754 }; 12755 12755 }; 12756 12756 ··· 12803 12803 }; 12804 12804 meta = { 12805 12805 description = "Interact with a t/test_manifest file"; 12806 - license = "perl"; 12806 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12807 12807 }; 12808 12808 }; 12809 12809 ··· 12880 12880 sha256 = "c186a50256e0bedfafb17e7ce157e7c52f19503bb79e18ebf06255911f6ead1a"; 12881 12881 }; 12882 12882 meta = { 12883 - license = "perl"; 12883 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12884 12884 }; 12885 12885 }; 12886 12886 ··· 12902 12902 propagatedBuildInputs = [ TextAutoformat ]; 12903 12903 meta = { 12904 12904 description = "Extract the structure of a quoted mail message"; 12905 - license = "perl"; 12905 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12906 12906 }; 12907 12907 }; 12908 12908 ··· 12930 12930 }; 12931 12931 meta = { 12932 12932 description = "Manual text wrapping and reformatting"; 12933 - license = "perl"; 12933 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 12934 12934 }; 12935 12935 }; 12936 12936 ··· 13092 13092 meta = { 13093 13093 homepage = https://github.com/2shortplanks/Test-utf8/tree; 13094 13094 description = "Handy utf8 tests"; 13095 - license = "perl"; 13095 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13096 13096 }; 13097 13097 }; 13098 13098 ··· 13130 13130 }; 13131 13131 meta = { 13132 13132 description = "Word wrap text by breaking long lines"; 13133 - license = "perl"; 13133 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13134 13134 }; 13135 13135 }; 13136 13136 ··· 13142 13142 }; 13143 13143 meta = { 13144 13144 description = "Perl interpreter-based threads"; 13145 - license = "perl"; 13145 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13146 13146 }; 13147 13147 }; 13148 13148 ··· 13154 13154 }; 13155 13155 meta = { 13156 13156 description = "Perl extension for sharing data structures between threads"; 13157 - license = "perl"; 13157 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13158 13158 }; 13159 13159 }; 13160 13160 ··· 13166 13166 }; 13167 13167 meta = { 13168 13168 description = "Thread-safe queues"; 13169 - license = "perl"; 13169 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13170 13170 }; 13171 13171 }; 13172 13172 ··· 13178 13178 }; 13179 13179 meta = { 13180 13180 description = "Thread-safe semaphores"; 13181 - license = "perl"; 13181 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13182 13182 }; 13183 13183 }; 13184 13184 ··· 13313 13313 }; 13314 13314 meta = { 13315 13315 description = "Efficiently compute time from local and GMT time"; 13316 - license = "perl"; 13316 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13317 13317 }; 13318 13318 }; 13319 13319 ··· 13409 13409 meta = { 13410 13410 homepage = https://metacpan.org/release/Type-Tiny; 13411 13411 description = "Tiny, yet Moo(se)-compatible type constraint"; 13412 - license = "perl"; 13412 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13413 13413 }; 13414 13414 }; 13415 13415 ··· 13422 13422 meta = { 13423 13423 homepage = https://github.com/chromatic/UNIVERSAL-can; 13424 13424 description = "Work around buggy code calling UNIVERSAL::can() as a function"; 13425 - license = "perl"; 13425 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13426 13426 }; 13427 13427 }; 13428 13428 ··· 13525 13525 }; 13526 13526 meta = { 13527 13527 description = "Unicode Normalization Forms"; 13528 - license = "perl"; 13528 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13529 13529 }; 13530 13530 }; 13531 13531 ··· 13571 13571 meta = { 13572 13572 homepage = https://search.cpan.org/dist/URI-db/; 13573 13573 description = "Database URIs"; 13574 - license = "perl"; 13574 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13575 13575 }; 13576 13576 }; 13577 13577 ··· 13632 13632 meta = { 13633 13633 homepage = https://metacpan.org/release/URI-Nested/; 13634 13634 description = "Nested URIs"; 13635 - license = "perl"; 13635 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13636 13636 }; 13637 13637 }; 13638 13638 ··· 13762 13762 meta = { 13763 13763 homepage = https://github.com/jonasbn/perl-workflow; 13764 13764 description = "Simple, flexible system to implement workflows"; 13765 - license = "perl"; 13765 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13766 13766 }; 13767 13767 }; 13768 13768 ··· 13981 13981 meta = { 13982 13982 homepage = http://perl-rss.sourceforge.net/; 13983 13983 description = "Creates and updates RSS files"; 13984 - license = "perl"; 13984 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 13985 13985 }; 13986 13986 }; 13987 13987 ··· 14006 14006 meta = { 14007 14007 description = "Base class for SAX Drivers and Filters"; 14008 14008 homepage = http://github.com/grantm/XML-SAX-Base; 14009 - license = "perl"; 14009 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14010 14010 }; 14011 14011 }; 14012 14012 ··· 14099 14099 meta = { 14100 14100 homepage = https://metacpan.org/module/Math::BigInt; 14101 14101 description = "Dynamically load C libraries into Perl code"; 14102 - license = "perl"; 14102 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 14103 14103 }; 14104 14104 }; 14105 14105