Codebase list libalgorithm-permute-perl / dad972a
Update upstream source from tag 'upstream/0.17' Update to upstream version '0.17' with Debian dir be49ac31b5ba18a29a61e880fcef20c99b3a6460 gregor herrmann 1 year, 2 months ago
10 changed file(s) with 60 addition(s) and 39 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension Algorithm::Permute.
1
2 0.17 Feb 4 2023
3 - Changed maintainer github username.
14
25 0.16 Aug 3 2017
36 - Really use ppport.h
291291
292292 - "Package" refers to the collection of files distributed by the Copyright
293293 Holder, and derivatives of that collection of files created through
294 textual modification.
294 textual modification.
295295 - "Standard Version" refers to such a Package if it has not been modified,
296296 or has been modified in accordance with the wishes of the Copyright
297 Holder.
297 Holder.
298298 - "Copyright Holder" is whoever is named in the copyright or copyrights for
299 the package.
299 the package.
300300 - "You" is you, if you're thinking about copying or distributing this Package.
301301 - "Reasonable copying fee" is whatever you can justify on the basis of media
302302 cost, duplication charges, time of people involved, and so on. (You will
303303 not be required to justify it to the Copyright Holder, but only to the
304 computing community at large as a market that must bear the fee.)
304 computing community at large as a market that must bear the fee.)
305305 - "Freely Available" means that no fee is charged for the item itself, though
306306 there may be fees involved in handling the item. It also means that
307307 recipients of the item may redistribute it under the same conditions they
308 received it.
308 received it.
309309
310310 1. You may make and give away verbatim copies of the source form of the
311311 Standard Version of this Package without restriction, provided that you
372372
373373 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
374374 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
375 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
375 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376376
377377 The End
378378
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029.
11 Changes
22 LICENSE
33 MANIFEST
66 Makefile.PL
77 Permute.xs
88 README
9 appveyor.yml
910 bench/benchmark.pl
1011 coollex.c
1112 coollex.h
44 "Stephan Loyd <sloyd@cpan.org>"
55 ],
66 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
7 "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
88 "license" : [
99 "perl_5"
1010 ],
4848 "provides" : {
4949 "Algorithm::Permute" : {
5050 "file" : "lib/Algorithm/Permute.pm",
51 "version" : "0.16"
51 "version" : "0.17"
5252 }
5353 },
5454 "release_status" : "stable",
5555 "resources" : {
5656 "repository" : {
57 "url" : "https://github.com/stphnlyd/perl5-Algorithm-Permute.git"
57 "url" : "https://github.com/iynehz/perl5-Algorithm-Permute.git"
5858 }
5959 },
60 "version" : "0.16",
61 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
60 "version" : "0.17",
61 "x_generated_by_perl" : "v5.26.3",
62 "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
63 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
6264 }
6365
88 configure_requires:
99 ExtUtils::MakeMaker: '0'
1010 dynamic_config: 0
11 generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
11 generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010'
1212 license: perl
1313 meta-spec:
1414 url: http://module-build.sourceforge.net/META-spec-v1.4.html
1717 provides:
1818 Algorithm::Permute:
1919 file: lib/Algorithm/Permute.pm
20 version: '0.16'
20 version: '0.17'
2121 requires:
2222 Exporter: '0'
2323 XSLoader: '0'
2424 strict: '0'
2525 warnings: '0'
2626 resources:
27 repository: https://github.com/stphnlyd/perl5-Algorithm-Permute.git
28 version: '0.16'
29 x_serialization_backend: 'YAML::Tiny version 1.70'
27 repository: https://github.com/iynehz/perl5-Algorithm-Permute.git
28 version: '0.17'
29 x_generated_by_perl: v5.26.3
30 x_serialization_backend: 'YAML::Tiny version 1.73'
31 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
00 # This Makefile.PL for Algorithm-Permute was generated by
1 # Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
1 # Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
22 # Don't edit it but the dist.ini and plugins used to construct it.
33
44 use strict;
2828 "Test::LeakTrace" => 0,
2929 "Test::More" => "0.88"
3030 },
31 "VERSION" => "0.16",
31 "VERSION" => "0.17",
3232 "test" => {
3333 "TESTS" => "t/*.t"
3434 }
4949 "warnings" => 0
5050 );
5151
52 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
52 unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
5353 delete $WriteMakefileArgs{TEST_REQUIRES};
5454 delete $WriteMakefileArgs{BUILD_REQUIRES};
5555 $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
0 ---
1 skip_tags: true
2
3 cache:
4 - C:\strawberry -> appveyor.yml
5 - C:\ProgramData\chocolatey\bin -> appveyor.yml
6 - C:\ProgramData\chocolatey\lib -> appveyor.yml
7
8 install:
9 - git submodule update --init --recursive --quiet
10 - IF NOT EXIST "C:\strawberry" cinst strawberryperl
11 - set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
12 - cd C:\projects\%APPVEYOR_PROJECT_NAME%
13 - cpanm Dist::Zilla --notest
14 - dzil authordeps --missing | cpanm --notest
15 - dzil listdeps --author --missing | cpanm --notest
16
17 build: off
18
19 test_script:
20 - dzil test -v
21
11 author = Edwin Pratomo <edpratomo@cpan.org>
22 author = Stephan Loyd <sloyd@cpan.org>
33 license = Perl_5
4 version = 0.16
4 version = 0.17
55 copyright_holder = Edwin Pratomo
66 copyright_year = 1999
77
8 [@Filter]
9 -bundle = @Basic
10 -remove = MakeMaker
11
812 [PPPort]
9
10 [GatherDir]
11 [PruneCruft]
12 [PruneFiles]
13 filename = appveyor.yml
14 [ManifestSkip]
15 [License]
16 [ExtraTests]
1713
1814 [AutoPrereqs]
1915 [Prereqs / BuildRequires]
2016 Test::More = 0.88
2117
22 [MetaYAML]
2318 [MetaJSON]
2419 [MetaProvides::Package]
2520 [MetaResources]
26 repository.url = https://github.com/stphnlyd/perl5-Algorithm-Permute.git
27
28 [Manifest]
21 repository.url = https://github.com/iynehz/perl5-Algorithm-Permute.git
2922
3023 [PodSyntaxTests]
3124 [CheckChangeLog]
3730
3831 [ ReadmeAnyFromPod / MarkdownInRoot ]
3932 filename = README.md
33 type=gfm
4034 [ ReadmeAnyFromPod ]
4135
4236 [GitHubREADME::Badge]
4337 badges = travis
4438 badges = appveyor
4539
46 [TestRelease]
47 [ConfirmRelease]
48 [UploadToCPAN]
49
40 [@Git]
1313 use Exporter 'import';
1414 our @EXPORT_OK = qw(permute);
1515
16 our $VERSION = '0.16'; # VERSION
16 our $VERSION = '0.17'; # VERSION
1717
1818 our $XS_VERSION = $VERSION;
1919 $VERSION = eval $VERSION;
55
66 ppport.h -- Perl/Pollution/Portability Version 3.35
77
8 Automatically created by Devel::PPPort running under perl 5.026000.
8 Automatically created by Devel::PPPort running under perl 5.026003.
99
1010 Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
1111 includes in parts/inc/ instead.