Product SiteDocumentation Site

17.2.3. Convenience methods

The RPM2 module includes convenience methods for all RPM tags. This means you can use the method name in place of tag("NAME"). For example:
print $header->name(), ": ", $header->summary(), "\n";