Aozora2Epub

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "File::Find" : "0",
            "File::HomeDir" : "1.004",
            "File::ShareDir" : "0",
            "Getopt::Long" : "0",
            "HTML::Element" : "0",
            "HTML::Escape" : "0",
            "HTML::Selector::XPath" : "0",
            "HTML::TreeBuilder::XPath" : "0",
            "HTTP::Date" : "0",
            "HTTP::Tiny" : "0",
            "IO::Socket::SSL" : "0",
            "Path::Tiny" : "0.125",
            "Text::Xslate" : "0",
            "URI" : "0",
            "UUID" : "0",
            "perl" : "5.024"
         }
      },
      "test" : {
         "requires" : {
            "Test::Base" : "0",

META.yml  view on Meta::CPAN

  File::Find: '0'
  File::HomeDir: '1.004'
  File::ShareDir: '0'
  Getopt::Long: '0'
  HTML::Element: '0'
  HTML::Escape: '0'
  HTML::Selector::XPath: '0'
  HTML::TreeBuilder::XPath: '0'
  HTTP::Date: '0'
  HTTP::Tiny: '0'
  IO::Socket::SSL: '0'
  Path::Tiny: '0.125'
  Text::Xslate: '0'
  URI: '0'
  UUID: '0'
  perl: '5.024'
resources:
  bugtracker: https://github.com/saltyduck/Aozora2Epub/issues
  homepage: https://github.com/saltyduck/Aozora2Epub
  repository: https://github.com/saltyduck/Aozora2Epub.git
version: '0.05'

Makefile.PL  view on Meta::CPAN

    "File::Find" => 0,
    "File::HomeDir" => "1.004",
    "File::ShareDir" => 0,
    "Getopt::Long" => 0,
    "HTML::Element" => 0,
    "HTML::Escape" => 0,
    "HTML::Selector::XPath" => 0,
    "HTML::TreeBuilder::XPath" => 0,
    "HTTP::Date" => 0,
    "HTTP::Tiny" => 0,
    "IO::Socket::SSL" => 0,
    "Path::Tiny" => "0.125",
    "Text::Xslate" => 0,
    "URI" => 0,
    "UUID" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Base" => 0,
    "Test::More" => "0.96",
    "YAML" => 0
  },

Makefile.PL  view on Meta::CPAN

  "File::Find" => 0,
  "File::HomeDir" => "1.004",
  "File::ShareDir" => 0,
  "Getopt::Long" => 0,
  "HTML::Element" => 0,
  "HTML::Escape" => 0,
  "HTML::Selector::XPath" => 0,
  "HTML::TreeBuilder::XPath" => 0,
  "HTTP::Date" => 0,
  "HTTP::Tiny" => 0,
  "IO::Socket::SSL" => 0,
  "Path::Tiny" => "0.125",
  "Test::Base" => 0,
  "Test::More" => "0.96",
  "Text::Xslate" => 0,
  "URI" => 0,
  "UUID" => 0,
  "YAML" => 0
);


cpanfile  view on Meta::CPAN

requires 'File::Find';
requires 'File::ShareDir';
requires 'File::HomeDir', '1.004';
requires 'Getopt::Long';
requires 'HTML::Element';
requires 'HTTP::Date';
requires 'HTML::Escape';
requires 'HTML::Selector::XPath';
requires 'HTML::TreeBuilder::XPath';
requires 'HTTP::Tiny';
requires 'IO::Socket::SSL';
requires 'Path::Tiny', '0.125';
requires 'Text::Xslate';
requires 'URI';
requires 'UUID';
requires 'Class::Accessor';

on test => sub {
    requires 'Test::More', '0.96';
    requires 'Test::Base';
    requires 'YAML';



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