App-cpan2arch

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


v1.1.1    2026-05-23T12:37:17Z
          - Preserve co-maintainers if PACKAGER is the current maintainer (--update)
          - Fix --update tests + improve test coverage

v1.1.0    2026-05-21T09:14:02Z
          - Be more lightweight, so make caching as optional and move M::UA::C +
            CHI to runtime recommends
          - Remove unnecessary Encode + Encode::Locale because cpan2arch does no
            Unicode manipulation in @ARGV
          - Move Cpanel::JSON::XS to runtime recommends since there's no real time
            gain (Mojo::JSON suffices)
          - Move Term::ReadKey to runtime recommends + document, so one can choose
            whether a larger table is desired
          - Remove lexical var dupe (CheckPackages.pm)
          - Fix wrong PACKAGER environment var in documentation

v1.0.2    2026-05-16T01:21:00Z
          - Initialize M::UA::C's mcpan + arch instances only one time, so --clear
            is consistent and cache is not cleared multiple times. It seems there
            is another significant real time improvement, which makes sense since

META.json  view on Meta::CPAN

            "Test::Kwalitee" : "0",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "0",
            "Test::Pod::Coverage" : "0",
            "Test::Spelling" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "CHI" : "0.61",
            "Cpanel::JSON::XS" : "4.40",
            "Data::Printer" : "1.002001",
            "Getopt::Long::More" : "0.007",
            "Mojo::UserAgent::Cached" : "1.25",
            "Term::ReadKey" : "2.38"
         },
         "requires" : {
            "Archive::Tar" : "0",
            "Capture::Tiny" : "0.50",
            "Devel::CheckBin" : "0.04",
            "File::Basename" : "0",

META.yml  view on Meta::CPAN

no_index:
  directory:
    - t
    - inc
    - eg
    - examples
    - share
    - xt
recommends:
  CHI: '0.61'
  Cpanel::JSON::XS: '4.40'
  Data::Printer: '1.002001'
  Getopt::Long::More: '0.007'
  Mojo::UserAgent::Cached: '1.25'
  Term::ReadKey: '2.38'
requires:
  Archive::Tar: '0'
  Capture::Tiny: '0.50'
  Devel::CheckBin: '0.04'
  File::Basename: '0'
  File::Spec::Functions: '0'

Makefile.PL  view on Meta::CPAN

                    'Test::Kwalitee'      => '0',
                    'Test::Perl::Critic'  => '0',
                    'Test::Pod'           => '0',
                    'Test::Pod::Coverage' => '0',
                    'Test::Spelling'      => '0',
                },
            },
            runtime => {
                recommends => {
                    'CHI'                     => '0.61',
                    'Cpanel::JSON::XS'        => '4.40',
                    'Data::Printer'           => '1.002001',
                    'Getopt::Long::More'      => '0.007',
                    'Mojo::UserAgent::Cached' => '1.25',
                    'Term::ReadKey'           => '2.38',
                },
            },
            test => {
                recommends => {
                    'CHI'                     => '0.61',
                    'Data::Printer'           => '1.002001',

t/lib/TestData.pm  view on Meta::CPAN

                    relationship => 'recommends',
                    version      => '0.99',
                },
                {
                    module       => 'Compress::Zlib',
                    phase        => 'runtime',
                    relationship => 'recommends',
                    version      => '0',
                },
                {
                    module       => 'Cpanel::JSON::XS',
                    phase        => 'runtime',
                    relationship => 'recommends',
                    version      => '0',
                },
                {
                    module       => 'Algorithm::Diff',
                    phase        => 'runtime',
                    relationship => 'recommends',
                    version      => '0',
                },

t/lib/TestData.pm  view on Meta::CPAN

                    relationship => 'requires',
                    version      => '0.011',
                },
                {
                    module       => 'DBI',
                    phase        => 'runtime',
                    relationship => 'requires',
                    version      => '1.58',
                },
                {
                    module       => 'JSON::XS',
                    phase        => 'runtime',
                    relationship => 'requires',
                    version      => '2.29',
                },
                {
                    module       => 'File::Spec::Functions',
                    phase        => 'runtime',
                    relationship => 'requires',
                    version      => '3.2701',
                },



( run in 1.174 second using v1.01-cache-2.11-cpan-6aa56a78535 )