The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.