Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Template::Plugin::RPM2 - Template Toolkit plugin for RPM2
VERSION
Version 1.3.2
SYNOPSIS
Access details of an RPM file from within a Template Toolkit template.
[% USE pkg = RPM2(file) %]
Name: [% pkg.name %]
Version: [% pkg.version %]
Release: [% pkg.release %]
Group: [% pkg.group %]
Packager: [% pkg.packager %]
METHODS
new
Creates a new Template::Plugin::RPM2 object. Usually called from a template.
SEE ALSO
AUTHOR
Dave Cross, <dave@perlhacks.com>
BUGS
Please report any bugs or feature requests to bug-template-plugin-rpm2@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-RPM2. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright (c) 2006-20 Magnum Solutions Ltd., all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.