App-GitFind

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        'File::Basename' => '0',
        'Import::Into' => '0',
        'lib::relative' => '1.000',
        'List::AutoNumbered' => '0.000007',
        'List::Util' => '1.43',
        'Path::Class' => '0',
        #'Scalar::Util' => '0',
        'Sub::Multi::Tiny' => '0.000012',
        #'Test::Deep' => '0.084',        # for superhashof
        #'Test::Directory' => '0.02',    # for subdirs
        #'Test::Exception' => '0',
        'Test2::V0' => '0.000125',      # the latest as of writing
        # Test::TempDir::Tiny?  If so, remove Test::Directory dependency?
        'Test::UseAllModules' => '0.15',    # Test2 support
        #'Test::Warn' => '0.35',     # for metadata
        'Types::Standard' => '1.004004'
    },
    PREREQ_PM => {
        #'Class::Method::Modifiers' => '2.10',   # most recent code change
        'Class::Tiny' => '1.001',   # BUILDARGS
        #'Class::Tiny::ConstrainedAccessor' => '0.000010', # custom constraints
        'Class::Tiny::Immutable' => '0',

        #'Config' => '0',
        #'Cwd' => '0',

        #'constant' => '0',
        #'Data::Dumper' => '2.154',      # For Maxrecurse
        'Data::Dumper::Compact' => '0',
        #'Exporter' => '0',
        'Fcntl' => '0',
        #'feature' => '0',
        'File::Find::Object' => '0.3.1',
        # 'File::Find::Rule' => '0',    # - might be nice for finding files
        #'File::Glob' => '0',
        #'File::Globstar' => '0.5',      # Fewer dependencies
        #'File::Next' => '1.16',
        #'File::Path::Tiny' => '0.9',
        #'File::pushd' => '1.013',
        #'File::Spec' => '0',
        #'File::stat' => '0',
        #'File::Which' => '1.22',    # for msys2 support
        'Getargs::Mixed' => '1.04', # For -undef_ok option
        'Getopt::Long' => '2.34',   # For autohelp and autoversion
        'Git::Raw' => '0.84',       # For worktrees, submodules
        'Hash::Merge' => '0.299',
        #'Hash::Ordered' => '0.011',
        #'Import::Into' => '0',
        'Iterator::Simple' => '0.07',

        'List::SomeUtils' => '0.50',
        'Math::Cartesian::Product' => '1.009',

        # 'Module::Find' => '0.12', # For bugfixes
                                    # - Use for finding plugins to load.
                                    # - May also need Module::Runtime.
                                    # - Alternative is Module::Pluggable,
                                    #   but that appears to have more test
                                    #   failures.

        # 'Number::Compare' => '0', # - looks cool

        #'overload' => '0',

        'Path::Class' => '0.37',
            # NOTE: we no longer use Path::Class directly - we have our
            # own version in App::GitFind::PathClassMicro.  However,
            # listing Path::Class here means we will always have the correct
            # dependencies for that rolled-in version.

        'Pod::Usage' => '0',
        'POSIX' => '0',
        # 'Probe::Perl' => '0', # For perl interpreter file location or other info.

        #'Quote::Code' => '1.01',
        #'Role::Tiny' => '1.000000',

        #'Scalar::Util' => '0',
        #'Set::Scalar' => '1.27',    # For correct metadata
        ## 'Storable' => '3.06',
            # So it can handle REGEXP -
            # https://rt.perl.org/Public/Bug/Display.html?id=50608

        #'String::Print' => '0.92',
        # 'Sub::ScopeFinalizer' => '0.02',        # For correct META.yml

        #'Syntax::Construct' => '0.07',
        #'Type::Tiny' => '1.004004',

        'vars' => '0',
        'vars::i' => '1.10',
    },

    META_MERGE => {
        'meta-spec' => { version => 2 },

        resources => {
            bugtracker => {
                web  => 'https://github.com/cxw42/git-find/issues',
            },
            repository => {
                type => 'git',
                url  => 'https://github.com/cxw42/git-find.git',
                web  => 'https://github.com/cxw42/git-find',
            },
        },

        prereqs => {
            develop => {
                requires => {
                    'App::RewriteVersion' => '0',   # for perl-bump-version
                    'CPAN::Meta' => '0',
                    'File::Spec' => '0',
                    'Module::Metadata' => '1.000016',
                    'Perl::PrereqScanner' => '1.023',
                    'Test::Kwalitee' => '0',
                    'Test::More' => '0',    # used in xt
                },
                suggests => {
                    'Devel::Cover' => '0',
                    'ylib' => '0.003',  # for `PERL5OPT=-Mylib prove -l`



( run in 0.548 second using v1.01-cache-2.11-cpan-39bf76dae61 )