From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package gitlib;
use v5.10;
use strict;
use mro "c3";
# Make sure the Loader goes first.
__PACKAGE__->renew();
1;
=encoding utf8
=head1 NAME
gitlib - pragma version of FindApp::Git
=head1 SYNOPSIS
use gitlib;
=head1 DESCRIPTION
=head2 Public Methods
=over
=back
=head2 Exports
=over
=item FIXME
=back
=head1 EXAMPLES
=head1 ENVIRONMENT
=head1 SEE ALSO
=over
=item L<FindApp>
=back
=head1 CAVEATS AND PROVISOS
=head1 BUGS AND LIMITATIONS
=head1 HISTORY
=head1 AUTHOR
Tom Christiansen << <tchrist@perl.com> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2016, Tom Christiansen C<< <tchrist@perl.com> >>.
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
=cut