
OpenInteract2::Conversion::SPOPSConfig - Convert old spops.perl files into INI configurations

use OpenInteract2::Conversion::SPOPSConfig;
my $old_config_text = join( '', <STDIN> );
print OpenInteract2::Conversion::SPOPSConfig
->new( $old_config_text )
->convert();

Utility for translating an SPOPS object 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.

None known.

Nothing known.

OpenInteract2::Conversion::IniConfig

Copyright (c) 2002-2005 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.

Chris Winters <chris@cwinters.com>