Acme-Ford-Prefect

 view release on metacpan or  search on metacpan

lib/Acme/Ford/Prefect.pm  view on Meta::CPAN

package Acme::Ford::Prefect;

use strict;
use warnings;
use XSLoader;

# ABSTRACT: Test Module for Alien::Base
our $VERSION = '2.7200'; # VERSION

XSLoader::load(__PACKAGE__, $VERSION);

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::Ford::Prefect - Test Module for Alien::Base

=head1 VERSION

version 2.7200

=head1 SYNOPSIS

 use Test2::V0;
 use Acme::Ford::Prefect;

 is Acme::Ford::Prefect::answer(), 42;
 # if 42 is returned then Acme::Alien::DontPanic
 # 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::DontPanic>, which provides the needed the F<libdontpanic> library to be able to tell us the C<answer>.

=head1 FUNCTIONS

=head2 answer

 my $answer = Acme::Ford::Prefect::answer();

Returns the answer to life the universe and everything.  Not exported.

=head1 SEE ALSO

=over

=item * 

L<Alien::Base>

=item *

L<Alien>

=item *

L<Acme::Alien::DontPanic>

=back

=head1 AUTHORS

=over 4

=item *

Graham Ollis <plicease@cpan.org>



( run in 2.497 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )