Acme-CPANModules-OneAndTwoDecimalDigitsVersionTrap

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


        - No functional changes.

        - Tweak Abstract (add 'List of ...') to follow convention.


0.002   2020-01-03  Released-By: PERLANCAR; Urgency: medium

	- Add distro: Array-Compare-2.12.1.

        - Add authors's comments and blog posts.


0.001   2020-01-02  Released-By: PERLANCAR

        - First release.

LICENSE  view on Meta::CPAN

2. You may apply bug fixes, portability fixes and other modifications
derived from the Public Domain or from the Copyright Holder.  A Package
modified in such a way shall still be considered the Standard Version.

3. You may otherwise modify your copy of this Package in any way, provided
that you insert a prominent notice in each changed file stating how and
when you changed that file, and provided that you do at least ONE of the
following:

    a) place your modifications in the Public Domain or otherwise make them
    Freely Available, such as by posting said modifications to Usenet or
    an equivalent medium, or placing the modifications on a major archive
    site such as uunet.uu.net, or by allowing the Copyright Holder to include
    your modifications in the Standard Version of the Package.

    b) use the modified Package only within your corporation or organization.

    c) rename any non-standard executables so the names do not conflict
    with standard executables, which must also be provided, and provide
    a separate manual page for each non-standard executable that clearly
    documents how it differs from the Standard Version.

META.json  view on Meta::CPAN

                        "name" : "FUNCTIONS",
                        "version" : "4.019"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Leftovers",
                        "name" : "@Author::PERLANCAR/Leftovers",
                        "version" : "4.019"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "@Author::PERLANCAR/postlude",
                        "version" : "4.019"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Completion::GetoptLongComplete",
                        "name" : "@Author::PERLANCAR/Completion::GetoptLongComplete",
                        "version" : "0.08"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Completion::GetoptLongSubcommand",
                        "name" : "@Author::PERLANCAR/Completion::GetoptLongSubcommand",

META.yml  view on Meta::CPAN

            -
              class: Pod::Weaver::Section::Collect
              name: FUNCTIONS
              version: '4.019'
            -
              class: Pod::Weaver::Section::Leftovers
              name: '@Author::PERLANCAR/Leftovers'
              version: '4.019'
            -
              class: Pod::Weaver::Section::Region
              name: '@Author::PERLANCAR/postlude'
              version: '4.019'
            -
              class: Pod::Weaver::Section::Completion::GetoptLongComplete
              name: '@Author::PERLANCAR/Completion::GetoptLongComplete'
              version: '0.08'
            -
              class: Pod::Weaver::Section::Completion::GetoptLongSubcommand
              name: '@Author::PERLANCAR/Completion::GetoptLongSubcommand'
              version: '0.04'
            -

README  view on Meta::CPAN


    Bencher
        From 0.46 to 0.46.1.

        Author's comment in ChangeLog: "This version number is broken
        because 0.46 > 0.46.1 because 0.46 normalizes to 0.460.000 while
        0.46.1 is 0.046.100. This has happened a few times to me in other
        distributions too, so perhaps it's time to consider switching to a
        3-digit minor version."

        Author's blog post:
        <https://perlancar.wordpress.com/2018/09/10/should-i-choose-x-yy-or-
        x-yyy-versioning-scheme-for-my-perl-module/> (2016-09-10).

    Array::Compare
        From 2.12 to 2.12.1.

        Author: DAVECROSS <https://metacpan.org/author/DAVECROSS>

        Author's comment in ChangeLog: "Fixing the idiocy in the previous
        version."

        Author's blog post: <https://perlhacks.com/2016/12/version-numbers/>
        (2016-12-13).

    Acme::CPANLists
        From 0.02 to 0.9.0.

        Author's comment in ChangeLog: "Update version number so it's higher
        than 0.02 (d'oh)."

FAQ
  What is an Acme::CPANModules::* module?

lib/Acme/CPANModules/OneAndTwoDecimalDigitsVersionTrap.pm  view on Meta::CPAN

            summary=>"From 0.46 to 0.46.1",
            date=>"2016-03-31",
            author=>"PERLANCAR",
            description=><<'_',

Author's comment in ChangeLog: "This version number is broken because 0.46 >
0.46.1 because 0.46 normalizes to 0.460.000 while 0.46.1 is 0.046.100. This has
happened a few times to me in other distributions too, so perhaps it's time to
consider switching to a 3-digit minor version."

Author's blog post:
<https://perlancar.wordpress.com/2018/09/10/should-i-choose-x-yy-or-x-yyy-versioning-scheme-for-my-perl-module/>
(2016-09-10).

_
        },

        {
            module=>"Array::Compare",
            summary=>"From 2.12 to 2.12.1",
            date=>"2016-12-08",
            author=>"DAVECROSS",
            description=><<'_',

Author's comment in ChangeLog: "Fixing the idiocy in the previous version."

Author's blog post: <https://perlhacks.com/2016/12/version-numbers/>
(2016-12-13).

_
        },

        {
            module=>"Acme::CPANLists",
            summary=>"From 0.02 to 0.9.0",
            date=>"2015-10-23",
            author=>"PERLANCAR",

lib/Acme/CPANModules/OneAndTwoDecimalDigitsVersionTrap.pm  view on Meta::CPAN


=item L<Bencher>

From 0.46 to 0.46.1.

Author's comment in ChangeLog: "This version number is broken because 0.46 >
0.46.1 because 0.46 normalizes to 0.460.000 while 0.46.1 is 0.046.100. This has
happened a few times to me in other distributions too, so perhaps it's time to
consider switching to a 3-digit minor version."

Author's blog post:
L<https://perlancar.wordpress.com/2018/09/10/should-i-choose-x-yy-or-x-yyy-versioning-scheme-for-my-perl-module/>
(2016-09-10).


=item L<Array::Compare>

From 2.12 to 2.12.1.

Author: L<DAVECROSS|https://metacpan.org/author/DAVECROSS>

Author's comment in ChangeLog: "Fixing the idiocy in the previous version."

Author's blog post: L<https://perlhacks.com/2016/12/version-numbers/>
(2016-12-13).


=item L<Acme::CPANLists>

From 0.02 to 0.9.0.

Author's comment in ChangeLog: "Update version number so it's higher than 0.02
(d'oh)."



( run in 0.962 second using v1.01-cache-2.11-cpan-ceb78f64989 )