Acme-Brainfuck

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use warnings;
use Module::Build;

# accomodate with CPAN autoinstall
shift(@ARGV) if $ARGV[0] && $ARGV[0] eq 'Build';    

Module::Build->new(
	module_name        => 'Acme::Brainfuck',
	license            => 'unrestricted',
	dist_version_from  => 'lib/Acme/Brainfuck.pm',
	dist_author        => 'Jaldhar H. Vyas <jaldhar@braincells.com>',
	requires           => { },
	create_makefile_pl => 'traditional',
	sign => 1,
)->create_build_script;

META.yml  view on Meta::CPAN

--- #YAML:1.0
name: Acme-Brainfuck
version: 1.1.1
author:
  - Jaldhar H. Vyas <jaldhar@braincells.com>
abstract: Embed Brainfuck in your perl code
license: unrestricted
provides:
  Acme::Brainfuck:
    file: lib/Acme/Brainfuck.pm
    version: 1.1.1
generated_by: Module::Build version 0.24

debian/copyright  view on Meta::CPAN

The author is: Jaldhar H. Vyas <jaldhar@braincells.com>.

Copyright (c) 2004, Consolidated Braincells Inc.
Licensed with no warranties under the Crowley Public License:

"Do what thou wilt shall be the whole of the license."



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