Acme-Ford-Prefect2
view release on metacpan or search on metacpan
lib/Acme/Ford/Prefect2.pm view on Meta::CPAN
package Acme::Ford::Prefect2;
use strict;
use warnings;
use XSLoader;
# ABSTRACT: Test Module for Alien::Base + Alien::Build
our $VERSION = '2.7200'; # VERSION
XSLoader::load(__PACKAGE__, $VERSION);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::Ford::Prefect2 - Test Module for Alien::Base + Alien::Build
=head1 VERSION
version 2.7200
=head1 SYNOPSIS
use Test2::V0;
use Acme::Ford::Prefect2;
is Acme::Ford::Prefect2::answer(), 42;
# if 42 is returned then Acme::Alien::DontPanic2
# properly provided the C library
done_testing;
=head1 DESCRIPTION
L<Alien::Base> comprises base classes to help in the construction of C<Alien::> modules. Modules in the L<Alien> namespace are used to locate and install (if necessary) external libraries needed by other Perl modules.
This module is a toy module to test the efficacy of the L<Alien::Base> system. This module depends on another toy module L<Acme::Alien::DontPanic2>, which provides the needed the F<libdontpanic> library to be able to tell us the C<answer>.
=head1 FUNCTIONS
=head2 answer
Returns 42.
=head1 SEE ALSO
=over
=item *
L<Alien::Base>
=item *
L<Alien>
=item *
L<Acme::Alien::DontPanic2>
=back
=head1 SOURCE REPOSITORY
L<http://github.com/PerlAlien/Acme-Ford-Prefect2>
=head1 AUTHORS
=over 4
=item *
( run in 0.803 second using v1.01-cache-2.11-cpan-302cb4679cc )