NAME
OpenInteract2::Conversion::ActionConfig - Convert old action.perl files into INI configurations
SYNOPSIS
use OpenInteract2::Conversion::ActionConfig;
my $old_config_text = join( '', <STDIN> );
print OpenInteract2::Conversion::ActionConfig
->new( $old_config_text )
->convert();
DESCRIPTION
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.
See OpenInteract2::Conversion::IniConfig for more information about the process.
BUGS
None known.
TO DO
Nothing known.
SEE ALSO
OpenInteract2::Conversion::IniConfig
COPYRIGHT
Copyright (c) 2002-2004 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>