#!/usr/bin/perl # [[[ PREPROCESSOR ]]] # <<< EXECUTE_ERROR: 'ERROR ECOOOCO01' >>> # <<< EXECUTE_ERROR: 'Initialization values for new() method must be key-value pairs inside a hash reference' >>> # [[[ HEADER ]]] use RPerl; use strict; use warnings; our $VERSION = 0.000_010; # [[[ CRITICS ]]] ## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator # [[[ INCLUDES ]]] use RPerl::Test::Properties::Class_01_Good; # [[[ OPERATIONS ]]] my RPerl::Test::Properties::Class_01_Good $test_object = RPerl::Test::Properties::Class_01_Good->new(0); print $test_object->{foo} . "\n"; print $test_object->{bar} . "\n";