NAME

Dist::PolicyFiles - Generate CONTRIBUTING.md and SECURITY.md

VERSION

Version 0.01

SYNOPSIS

use Dist::PolicyFiles;

my $obj = Dist::PolicyFiles->new(login => $login_name, module => $module);
$obj->create_contrib_md();
$obj->create_security_md();

DESCRIPTION

This module is used to generate the policy files CONTRIBUTING.md and SECURITY.md. It comes with the dist-policyfiles command line tool.

METHODS

Constructor

The constructor new() accepts the following named arguments, where login and module are mandatory:

Generation of policy files

Accessors

AUTHOR

Klaus Rindfrey, <klausrin at cpan.org.eu>

BUGS

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

SEE ALSO

dist-policyfiles, GitHub::Config::SSH::UserData, Software::Security::Policy::Individual, Text::Template

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Dist::PolicyFiles

You can also look for information at:

LICENSE AND COPYRIGHT

This software is copyright (c) 2025 by Klaus Rindfrey.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.