Alien-Hush

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

my $builder          = Alien::Base::ModuleBuild->new(
  module_name        => 'Alien::Hush',
  dist_abstract      => 'Easy installation of the Hush cryptocoin full node daemon',
  license            => 'perl',
  configure_requires => {
    'Alien::Base::ModuleBuild' => 0,
    'Module::Build'            => '0.38',
  },
  requires => {
    'perl'             => '5.8.1',
    'parent'           => 0,
    'Alien::Base'      => '1.25',
    'Alien::Autotools' => 0,
  },
  dist_version     => '0.8889',
  dist_author      => 'Duke Leto <duke@leto.net>',
  alien_name       => 'hush',
  alien_env        => {
      HUSH_PUPPY   => 1,
  },
  alien_repository => [

META.json  view on Meta::CPAN

      "configure" : {
         "requires" : {
            "Alien::Base::ModuleBuild" : "0",
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Autotools" : "0",
            "Alien::Base" : "1.25",
            "parent" : "0",
            "perl" : "v5.8.1"
         }
      }
   },
   "provides" : {
      "Alien::Hush" : {
         "file" : "lib/Alien/Hush.pm",
         "version" : "0.8888"
      }
   },

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Alien-Hush
provides:
  Alien::Hush:
    file: lib/Alien/Hush.pm
    version: '0.8888'
requires:
  Alien::Autotools: '0'
  Alien::Base: '1.25'
  parent: '0'
  perl: v5.8.1
resources:
  bugtracker: https://github.com/leto/Alien-Hush/issues
  license: http://dev.perl.org/licenses/
  repository: https://github.com/leto/Alien-Hush
version: '0.8889'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

lib/Alien/Hush.pm  view on Meta::CPAN

# so other thing can ask us which version of Hush we have
our $HUSH_VERSION = '1.0.12';

=head1 NAME

Alien::Hush - Easily find or install the Hush cryptocoin full node

=head1 DESCRIPTION

Hush is a privacy coin that is the grandchild of Bitcoin and the
daughter of Zcash. In addition to *transparent* taddr's from the
Bitcoin world, there is now *shielded* addresses called zaddr's,
which are protected by Zero Knowledge mathematics known as zkSNARKs.

Learn more at the official Hush website: https://myhush.org

=head1 SYNOPSIS

Coming Soon

=head1 AUTHOR



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