Moonshine-Element
view release on metacpan or search on metacpan
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Autoload::AUTOCAN" : "0.004",
"Data::GUID" : "0.048",
"Ref::Util" : "0.113",
"Switch::Again" : "1.01",
"UNIVERSAL::Object" : "0.06",
"feature" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
}
},
"provides" : {
directory:
- t
- inc
provides:
Moonshine::Element:
file: lib/Moonshine/Element.pm
version: '0.14'
requires:
Autoload::AUTOCAN: '0.004'
Data::GUID: '0.048'
Ref::Util: '0.113'
Switch::Again: '1.01'
UNIVERSAL::Object: '0.06'
feature: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
repository: https://github.com/ThisUsedToBeAnEmail/Moonshine-Element.git
version: '0.14'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Makefile.PL view on Meta::CPAN
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
'Moonshine::Test' => 0.14,
},
PREREQ_PM => {
'UNIVERSAL::Object' => '0.06',
'Ref::Util' => '0.113',
'Data::GUID' => '0.048',
'Autoload::AUTOCAN' => '0.004',
'feature' => 0,
'strict' => 0,
'warnings' => 0,
'Switch::Again' => '1.01'
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Moonshine-Element-*' },
META_MERGE => {
lib/Moonshine/Element.pm view on Meta::CPAN
package Moonshine::Element;
use strict;
use warnings;
use Ref::Util qw/is_scalarref is_arrayref is_hashref is_blessed_ref/;
use UNIVERSAL::Object;
use Data::GUID;
use Autoload::AUTOCAN;
use Switch::Again qw/switch/;
our $VERSION = '0.14';
our @ISA;
BEGIN { @ISA = ('UNIVERSAL::Object') }
our %HAS;
( run in 0.512 second using v1.01-cache-2.11-cpan-a5abf4f5562 )