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

NAME

Alien::Packages::Base - base class for package backends

SUBROUTINES/METHODS

new

Instantiates new object, no attributes evaluated.

pkgtype

Returns the pkgtype

list_packages

Returns a list of hashes containing installed packages. Each item must contain:

  { Package => $pkg_name, Version => $version, Summary => $summary ]

list_fileowners

Returns a hash of lists containing the packages which are registered file owners for the specified files. Each list must contain at least one item:

  '/absolute/path/to/file' =>
      [
          {
              Package => $pkg_name,
          }
      ],
  ...

AUTHOR

Jens Rehsack, <rehsack at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2010 Jens Rehsack.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.