The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: 'Full C JIT compiling using the Tiny C Compiler'
author:
  - 'David Mertens <dcmertens.perl@gmail.com>'
build_requires:
  Alien::TinyCC: '0.05'
  ExtUtils::CBuilder: '0'
  Test::Exception: '0'
  Test::More: '0.88'
  Test::Warn: '0'
configure_requires:
  Alien::TinyCC: '0.05'
  Devel::PPPort: '0'
  Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: C-TinyCompiler
no_index:
  file:
    - README.pod
provides:
  C::TinyCompiler:
    file: lib/C/TinyCompiler.pm
    version: '0.05'
  C::TinyCompiler::Callable:
    file: lib/C/TinyCompiler/Callable.pm
    version: '0.05'
  C::TinyCompiler::Perl:
    file: lib/C/TinyCompiler/Perl.pm
  C::TinyCompiler::Perl::AV:
    file: lib/C/TinyCompiler/Perl/AV.pm
    version: '0.05'
  C::TinyCompiler::Perl::Croak:
    file: lib/C/TinyCompiler/Perl/Croak.pm
    version: '0.05'
  C::TinyCompiler::Perl::SV:
    file: lib/C/TinyCompiler/Perl/SV.pm
    version: '0.05'
  C::TinyCompiler::Perl::Typedefs:
    file: lib/C/TinyCompiler/Perl/Typedefs.pm
  C::TinyCompiler::StretchyBuffer:
    file: lib/C/TinyCompiler/StretchyBuffer.pm
  C::TinyCompiler::package:
    file: lib/C/TinyCompiler/package.pm
requires:
  Alien::TinyCC: '0.05'
  perl: '5.01'
resources:
  bugtracker: http://github.com/run4flat/perl-TCC/issues
  license: http://dev.perl.org/licenses/
  repository: http://github.com/run4flat/perl-TCC
version: '0.05'