Acme-SaBalTongMun

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "version" : "1.100830",
   "name" : "Acme-SaBalTongMun",
   "author" : [
      "Keedi Kim - \u00ea\u00b9\u0080\u00eb\u008f\u0084\u00ed\u0098\u0095 <keedi at cpan.org>"
   ],
   "license" : "perl",
   "build_requires" : {},
   "requires" : {
      "List::Util" : "0",
      "Test::More" : "0",
      "namespace::autoclean" : "0",
      "GD" : "0",
      "common::sense" : "0",
      "Moose" : "0"
   },
   "abstract" : "make a round robin (\u00ec\u0082\u00ac\u00eb\u00b0\u009c\u00ed\u0086\u00b5\u00eb\u00ac\u00b8, \u00e6\u00b2\u0099\u00e9\u0089\u00a2\u00e9\u0080\u009a\u00e6\u0096\u0087)",
   "configure_requires" : {
      "ExtUtils::MakeMaker" : "6.11"
   }
}

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Acme-SaBalTongMun
requires:
  GD: 0
  List::Util: 0
  Moose: 0
  Test::More: 0
  common::sense: 0
  namespace::autoclean: 0
version: 1.100830

Makefile.PL  view on Meta::CPAN

                                                 'ExtUtils::MakeMaker' => '6.11'
                                               },
                       'AUTHOR' => 'Keedi Kim - 김도형 <keedi at cpan.org>',
                       'BUILD_REQUIRES' => {},
                       'ABSTRACT' => 'make a round robin (사발통문, 沙鉢通文)',
                       'EXE_FILES' => [],
                       'VERSION' => '1.100830',
                       'PREREQ_PM' => {
                                        'List::Util' => '0',
                                        'Test::More' => '0',
                                        'namespace::autoclean' => '0',
                                        'GD' => '0',
                                        'common::sense' => '0',
                                        'Moose' => '0'
                                      },
                       'LICENSE' => 'perl'
                     );


delete $WriteMakefileArgs{LICENSE}
  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };

lib/Acme/SaBalTongMun.pm  view on Meta::CPAN

package Acme::SaBalTongMun;
our $VERSION = '1.100830';
use Moose;
# ENCODING: utf-8
# ABSTRACT: make a round robin (사발통문, 沙鉢通文)

use namespace::autoclean;


use common::sense;
use GD;
use List::Util qw( max );


has 'radius' => ( isa => 'Int', is => 'rw', required => 1 );




( run in 0.252 second using v1.01-cache-2.11-cpan-a5abf4f5562 )