#!/usr/bin/perl

use strict;
use warnings;
use App::which_package;

# PODNAME: which_package
# ABSTRACT: Determine which package installed a file
our $VERSION = '0.04'; # VERSION

exit App::which_package->main(@ARGV);

__END__

=pod

=head1 NAME

which_package - Determine which package installed a file

=head1 VERSION

version 0.04

=head1 AUTHOR

Graham Ollis <plicease@cpan.org>

=head1 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.

=cut
