NAME
    App::which_package - Determine which package installed a file

VERSION
    version 0.04

SYNOPSIS
     % which_package /path/to/file [ ... ]

DESCRIPTION
    Print out package information for packages that own a given file.

    For each file on the command line this program will print out the
    package name and type of package. It uses Alien::Packages to do this
    portably, so it should work, with various limitations, portably on a
    wide variety of platforms.

OPTIONS
    none, as yet.

AUTHOR
    Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Graham Ollis.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

