
POD::Credentials - POD credentials OO wrapper (see also, author, license, copyright)

Version 0.04

instance of this class is capable of setting up POD credentials,
as see also,
author,
license,
copyright and returning it as string

use POD::Credentials;
my $cred = POD::Credentials->new({
author => 'Joe Doe',
license => <license text, default is Perl artistic>,
copyright => <some text, default is copyright
by author name with current year'>
});
print $cred->asString();
## it will automatically set SEE ALSO as the link to the name of the caller's package if defined and not main

accessors/mutators are provided by Class::Accessor::Fast for each public field
constructor, accepts single parameter - reference to hash where keys from the list: author copyright license year see_also
accessor/mutator for the AUTHOR pod element
accessor/mutator for the COPYRIGHT pod element
accessor/mutator for the LICENSE pod element
accessor/mutator for the year used in COPYRIGHT
accessor/mutator for the SEE ALSO pod element
if set then module will be finished with:
__END__
1;
and then credentials pod will be added
returns string repsresentation, no arguments accepted

Maxim Grigoriev, maxim_at_fnal_gov

Please report any bugs or feature requests to bug-pod-credentials at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=POD-Credentials. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc POD::Credentials
You can also look for information at:

Copyright 2008-2009 Fermi Research Alliance (FRA).
This program is free software; you can redistribute it and/or modify it under the Fermitools license, see http://fermitools.fnal.gov/about/terms.html