App-Software-License

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "Config::Any" : "0",
            "File::HomeDir" : "0",
            "File::Spec::Functions" : "0",
            "Module::Runtime" : "0",
            "Moo" : "1.001000",
            "MooX::Options" : "0",
            "Software::License" : "0",
            "namespace::autoclean" : "0.16",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {

META.yml  view on Meta::CPAN

    file: lib/App/Software/License.pm
    version: '0.11'
requires:
  Config::Any: '0'
  File::HomeDir: '0'
  File::Spec::Functions: '0'
  Module::Runtime: '0'
  Moo: '1.001000'
  MooX::Options: '0'
  Software::License: '0'
  namespace::autoclean: '0.16'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:
  IRC: irc://irc.perl.org/#toolchain
  MailingList: http://lists.perl.org/list/cpan-workers.html
  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=App-Software-License
  homepage: https://github.com/karenetheridge/App-Software-License
  repository: https://github.com/karenetheridge/App-Software-License.git
version: '0.11'

Makefile.PL  view on Meta::CPAN

  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "App::Software::License",
  "PREREQ_PM" => {
    "Config::Any" => 0,
    "File::HomeDir" => 0,
    "File::Spec::Functions" => 0,
    "Module::Runtime" => 0,
    "Moo" => "1.001000",
    "MooX::Options" => 0,
    "Software::License" => 0,
    "namespace::autoclean" => "0.16",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.88",
    "Test::Warnings" => 0
  },
  "VERSION" => "0.11",

Makefile.PL  view on Meta::CPAN

  "ExtUtils::MakeMaker" => 0,
  "File::HomeDir" => 0,
  "File::Spec" => 0,
  "File::Spec::Functions" => 0,
  "Module::Runtime" => 0,
  "Moo" => "1.001000",
  "MooX::Options" => 0,
  "Software::License" => 0,
  "Test::More" => "0.88",
  "Test::Warnings" => 0,
  "namespace::autoclean" => "0.16",
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

lib/App/Software/License.pm  view on Meta::CPAN

our $VERSION = '0.11';

use Moo 1.001000;
use MooX::Options;
use File::HomeDir;
use File::Spec::Functions qw/catfile/;
use Module::Runtime qw/use_module/;
use Software::License;
use Config::Any;

use namespace::autoclean 0.16 -except => [qw/_options_data _options_config/];

#pod =head1 SYNOPSIS
#pod
#pod     software-license --holder 'J. Random Hacker' --license Perl_5 --type notice
#pod
#pod =head1 DESCRIPTION
#pod
#pod This module provides a command-line interface to Software::License. It can be
#pod used to easily produce license notices to be included in other documents.
#pod

t/00-report-prereqs.dd  view on Meta::CPAN

                    },
       'runtime' => {
                      'requires' => {
                                      'Config::Any' => '0',
                                      'File::HomeDir' => '0',
                                      'File::Spec::Functions' => '0',
                                      'Module::Runtime' => '0',
                                      'Moo' => '1.001000',
                                      'MooX::Options' => '0',
                                      'Software::License' => '0',
                                      'namespace::autoclean' => '0.16',
                                      'perl' => '5.006',
                                      'strict' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900'
                                   },
                   'requires' => {



( run in 0.258 second using v1.01-cache-2.11-cpan-4d50c553e7e )