RPM::Header::PurePerl - a perl only implementation of a RPM header reader.


RPM-Header-PurePerl documentation  | view source Contained in the RPM-Header-PurePerl distribution.

Index


NAME

Top

RPM::Header::PurePerl - a perl only implementation of a RPM header reader.

VERSION

Top

Version 1.0.2

SYNOPSIS

Top

    use RPM::Header::PurePerl;
    tie my %rpm, "RPM::Header::PurePerl", "rpm-4.0-1-i586.rpm" 
        or die "Problem, could not open rpm";
    print $rpm{'NAME'};

DESCRIPTION

Top

RPM::Header::PurePerl is a clone of RPM::Header written in only Perl, so it provides a way to read a rpm package on systems where rpm is not installed. RPM::Header::PurePerl can used as a drop in replacement for RPM::Header, if needed also the other way round.

NOTES

Top

The former name of this package was RPM::PerlOnly.

AUTHOR

Top

Troels Liebe Bentsen <tlb@rapanden.dk>

COPYRIGHT AND LICENCE

Top


RPM-Header-PurePerl documentation  | view source Contained in the RPM-Header-PurePerl distribution.