API-PureStorage

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

  ABSTRACT => "API Wrapper for Pure Storage devices.",
  AUTHOR   => 'Phil Pollard <bennie@cpan.org>',
  LICENSE  => 'artistic_2',
  NAME     => 'API::PureStorage',
  VERSION  => '0.03',

  PREREQ_PM => {
          'REST::Client' => 0,
          'JSON' => 0,
          'Net::SSL' => 0,
          'Test::More' => 0,
          'Test::Simple' => '0'
        },

  ( $ExtUtils::MakeMaker::VERSION < 6.46
        ? ()
        : ( META_MERGE => {
                'meta-spec' => { version => 2 },
                no_index => {directory => [qw/t/]},
                provides => 

	{

config.txt  view on Meta::CPAN


$abstract    = 'API Wrapper for Pure Storage devices.';
$description = $abstract;

$perl_ver = '5.006001';

%requires = (
    'JSON' => 0,
    'Net::SSL' => 0,
    'REST::Client' => 0,
    'Test::More' => 0,
    'Test::Simple' => '0',
);

t/00-pod.t  view on Meta::CPAN

use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();

t/01-load.t  view on Meta::CPAN

use Test::Simple tests => 1;

use API::PureStorage;
ok(1);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.346 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )