###################################################################### # Acme::Prereq::None -- 2007, Mike Schilli ###################################################################### ########################################### package Acme::Prereq::None; ########################################### use strict; use warnings; our $VERSION = "0.01"; 1; __END__ =head1 NAME Acme::Prereq::None - Module for testing CPAN module prerequisites =head1 SYNOPSIS use Acme::Prereq::None; =head1 DESCRIPTION Acme::Prereq::None does nothing and it has no dependencies. It can be used for testing dependencies among CPAN modules. =head1 SEE ALSO Acme::Preqreq::A, Acme::Prereq::B =head1 LEGALESE Copyright 2007 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =head1 AUTHOR 2007, Mike Schilli