App-diceware

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

# This Build.PL for App-diceware was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;

use 5.01404;
use Module::Build::Tiny 0.034;
Build_PL();

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "Crypt::Rijndael" : "0",
            "Crypt::URandom" : "0",
            "Data::Entropy" : "0",
            "Data::Entropy::Algorithms" : "0",
            "Data::Entropy::RawSource::CryptCounter" : "0",
            "Data::Entropy::Source" : "0",
            "File::Share" : "0",
            "perl" : "5.01404"
         }
      },
      "test" : {
         "requires" : {
            "Test2::V0" : "0",
            "Test::More" : "0.96",
            "Test::Script" : "0"
         }
      }
   },

META.yml  view on Meta::CPAN

    - t
    - xt
requires:
  Crypt::Rijndael: '0'
  Crypt::URandom: '0'
  Data::Entropy: '0'
  Data::Entropy::Algorithms: '0'
  Data::Entropy::RawSource::CryptCounter: '0'
  Data::Entropy::Source: '0'
  File::Share: '0'
  perl: '5.01404'
resources:
  bugtracker: https://github.com/jorol/App-diceware/issues
  homepage: https://github.com/jorol/App-diceware
  repository: https://github.com/jorol/App-diceware.git
version: '0.01'
x_contributors:
  - 'Johann Rolschewski <jorol@cpan.org>'
x_serialization_backend: 'YAML::Tiny version 1.70'

cpanfile  view on Meta::CPAN

requires 'perl', '5.01404';

requires 'File::Share', '0';
requires 'Data::Entropy', '0';
requires 'Crypt::Rijndael', '0';
requires 'Crypt::URandom', '0';
requires 'Data::Entropy::Algorithms', '0';
requires 'Data::Entropy::RawSource::CryptCounter', '0';
requires 'Data::Entropy::Source', '0';

on 'develop', sub {



( run in 2.011 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )