App-Ylastic-CostAgent

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Time::Piece::Month" : 0,
            "WWW::Mechanize" : 0,
            "autodie" : "2.00",
            "perl" : "5.010",
            "utf8" : 0
         }
      },
      "test" : {
         "requires" : {
            "File::Find" : 0,
            "Test::Fatal" : 0,
            "Test::More" : "0.88",
            "Test::Warn" : 0
         }
      }
   },
   "provides" : {
      "App::Ylastic::CostAgent" : {
         "file" : "lib/App/Ylastic/CostAgent.pm",
         "version" : "0.006"
      }

META.yml  view on Meta::CPAN

---
abstract: 'Perl port of the Ylastic Cost Agent for Amazon Web Services'
author:
  - 'David Golden <dagolden@cpan.org>'
build_requires:
  File::Find: 0
  Test::Fatal: 0
  Test::More: 0.88
  Test::Warn: 0
configure_requires:
  ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580'
license: apache
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4

Makefile.PL  view on Meta::CPAN


use ExtUtils::MakeMaker 6.31;



my %WriteMakefileArgs = (
  'ABSTRACT' => 'Perl port of the Ylastic Cost Agent for Amazon Web Services',
  'AUTHOR' => 'David Golden <dagolden@cpan.org>',
  'BUILD_REQUIRES' => {
    'File::Find' => '0',
    'Test::Fatal' => '0',
    'Test::More' => '0.88',
    'Test::Warn' => '0'
  },
  'CONFIGURE_REQUIRES' => {
    'ExtUtils::MakeMaker' => '6.31'
  },
  'DISTNAME' => 'App-Ylastic-CostAgent',
  'EXE_FILES' => [
    'bin/ylastic-costagent'
  ],

t/config-fatal.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More 0.88;
use Test::Fatal;
use File::Spec::Functions qw/catfile/;

use App::Ylastic::CostAgent;

my @cases = (
  {
    label => 'Missing config_file', 
    error => qr/config_file/,
    file => 'doesnotexist.ini',
  },



( run in 1.828 second using v1.01-cache-2.11-cpan-54e63673c56 )