The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# This file is part of App-Module-Locate
#
# This software is copyright (c) 2014 by celogeek <me@celogeek.com>.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
package App::Module::Locate;

# ABSTRACT: Interface for module locate
use strict;
use warnings;
our $VERSION = '0.7';    # VERSION
1;

__END__

=pod

=head1 NAME

App::Module::Locate - Interface for module locate

=head1 VERSION

version 0.7

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website
https://github.com/celogeek/App-Module-Locate/issues

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 AUTHOR

celogeek <me@celogeek.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by celogeek <me@celogeek.com>.

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