Template::Plugin::RPM2 - Template Toolkit plugin for RPM2
Version 0.01
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 %]
Creates a new Template::Plugin::RPM2 object. Usually called from a template.
Dave Cross, <dave@mag-sol.com>
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.
Copyright (c) 2006-9 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.