Config-Framework

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

2.0		Mon Sep 29 14:12:28 EDT 2003
		Major Revision. Updated / Completed Documentation. Still needs comprehensive Test Suite.
		WARNING: May break dependancies on older versions of Config::Framework.
		Changes:
			* Config::Framework::new changed to new Config::Framework
			* File loading directory precidence (file exists or)
				1) v_root/config_loc
				2) FrameworkDir
				3) user's home directory
			* FrameworkDir set correctly
			* WriteConfig handles Encryption transparently
			* better syntax for exporting variables to shell environment
			other changes too numerous to mention.
			read the pod for details.
			oh yeah, and the pod makes since now.

1.05	Tue, 4/15/03 16:02:16
		Log method will now die if given the 'Die' option (just liek AlertAdmin)
		
1.04	Tue, Mar 18 17:30:00 2003
		last_resort.log is now written to v_root/var/log, also writes reason sendmail could

Framework.pod  view on Meta::CPAN

NOTE: this option defaults to the passphrase specified when the module was built, if not
explicitly defined either at this function call or at object instantiation.

=back



=head1	WriteConfig 

This will write the data under some configNamespace in the object to the file it was loaded out of, 
or alternately to a different specified file. Encrypted data is handled transparently.

$object->WriteConfig(configNamespace => "usersDalekConfig.xml") || die $object->{'errstr'};

=head2	options

=over

=item	configNamespace (required)

This should be a string indicating the configNamespace that you want to dump back into the spcified



( run in 0.421 second using v1.01-cache-2.11-cpan-0a6323c29d9 )