Chris Winters > OpenInteract-1.99_06 > OpenInteract2::Conversion::SPOPSConfig

Download:
OpenInteract-1.99_06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.09   Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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.

BUGS ^

None known.

TO DO ^

Nothing known.

SEE ALSO ^

OpenInteract2::Conversion::IniConfig

SPOPS::Manual::Configuration

COPYRIGHT ^

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.

AUTHORS ^

Chris Winters <chris@cwinters.com>