Acme-Cow-Interpreter
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# -*- mode: perl; coding: us-ascii-unix -*-
use 5.008; # required version of Perl
use strict; # restrict unsafe constructs
use warnings; # control optional warnings
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
lib/Acme/Cow/Interpreter.pm view on Meta::CPAN
# -*- mode: perl; coding: us-ascii-unix; -*-
=pod
=head1 NAME
Acme::Cow::Interpreter - Cow programming language interpreter
=head1 SYNOPSIS
use Acme::Cow::Interpreter;
( run in 1.369 second using v1.01-cache-2.11-cpan-df04353d9ac )