The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Alien::DontPanic - Test Module for Alien::Base

SYNOPSIS

 package Acme::Ford::Prefect;

 use strict;
 use warnings;

 use Acme::Alien::DontPanic;

 print answer() # 42

 1;

DESCRIPTION

Alien::Base comprises base classes to help in the construction of Alien:: modules. Modules in the 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 Alien::Base system. This module is depended on by another toy module Acme::Ford::Prefect, which needs the libdontpanic library to be able to tell us the answer.

SEE ALSO

SOURCE REPOSITORY

http://github.com/jberger/Alien-Base-Extras

AUTHOR

Joel Berger, <joel.a.berger@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Joel Berger

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.