ACME-Error-Coy

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension ACME::Error::Coy.

0.01  Fri Sep 20 14:56:27 2002
	- original version; created by h2xs 1.2 with options
		-XAn ACME::Error::Coy

Coy.pm  view on Meta::CPAN

1;
__END__
# Below is stub documentation for your module. You better edit it!

=head1 NAME

ACME::Error::Coy - Perl extension for blah blah blah

=head1 SYNOPSIS

  use ACME::Error Coy;

=head1 DESCRIPTION

Interface to L<Coy> for printing your errors.

=head1 AUTHOR

Casey West <F<casey@geeknest.com>>

=head1 COPYRIGHT

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'		=> 'ACME::Error::Coy',
    'VERSION_FROM'	=> 'Coy.pm', # finds $VERSION
    'PREREQ_PM'		=> { Coy => 0.01 }, # e.g., Module::Name => 1.1
);



( run in 0.263 second using v1.01-cache-2.11-cpan-4d50c553e7e )