App-TEWK-tt

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Cwd" : "0",
            "DateTime" : "0.37",
            "File::Find::Rule" : "0",
            "IO::All" : "0",
            "List::MoreUtils" : "0",
            "Modern::Perl" : "0",
            "Term::ANSIColor" : "0",
            "Term::ReadKey" : "0",
            "perl" : "5.022",
            "strict" : "0",
            "warnings" : "0"
         }

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: App-TEWK-tt
no_index:
  directory:
    - t
    - inc
requires:
  Cwd: '0'
  DateTime: '0.37'
  File::Find::Rule: '0'
  IO::All: '0'
  List::MoreUtils: '0'
  Modern::Perl: '0'
  Term::ANSIColor: '0'
  Term::ReadKey: '0'
  perl: '5.022'
  strict: '0'
  warnings: '0'
resources:

Makefile.PL  view on Meta::CPAN

  NAME             => 'App::TEWK::tt',
  VERSION_FROM     => 'lib/App/TEWK/tt.pm',
  ABSTRACT_FROM    => 'lib/App/TEWK/tt.pm',
  AUTHOR           => 'Kevin Tew',
  LICENSE          => 'freebsd',
  MIN_PERL_VERSION => '5.022',
  EXE_FILES        => ['script/tt'],
  PREREQ_PM        => {
    'strict'   => 0,
    'warnings' => 0,
    'DateTime' => '0.37',
    'Modern::Perl' => 0,
    'File::Find::Rule' => 0, 
    'Cwd' => 0,
    'List::MoreUtils' => 0,
    'Term::ANSIColor' => 0,
    'Term::ReadKey' => 0,
    'IO::All' => 0
  },
  (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
      'meta-spec' => { version => 2 },



( run in 0.358 second using v1.01-cache-2.11-cpan-05444aca049 )