OpenInteract2::Conversion::ActionConfig 1.99_06 review

Download
by rbytes.net on

OpenInteract2::Conversion::ActionConfig is a Perl module that can convert old action.perl files into INI configurations. SYNOPSIS

License: Perl Artistic License
File size: 6K
Developer: Chris Winters
0 stars award from rbytes.net

OpenInteract2::Conversion::ActionConfig is a Perl module that can convert old action.perl files into INI configurations.

SYNOPSIS

use OpenInteract2::Conversion::ActionConfig;

my $old_config_text = join( '', );
print OpenInteract2::Conversion::ActionConfig
->new( $old_config_text )
->convert();

Utility for translating an action table configuration, either in a serialized Perl format or in an actual Perl hashref, into an INI format. It also does a few transformations along the way to make fieldnames/values consistent and ensure there are no deeply nested datastructures.

Requirements:
Perl

OpenInteract2::Conversion::ActionConfig 1.99_06 search tags