/home/.cpanm/work/1759492321.34807/Template-Toolkit-3.102/xs
# $Id$ use lib qw( ../lib ./lib ); use ExtUtils::MakeMaker; use Template; WriteMakefile( 'NAME' => 'Template::Stash::XS', 'C' => [ qw( Stash.c ) ], 'XS' => { 'Stash.xs' => 'Stash.c' }, 'OBJECT' => 'Stash.o', 'VERSION' => $Template::VERSION, 'NORECURS' => 1, );
.
Edit
..
Edit
MANIFEST
Edit
MYMETA.json
Edit
MYMETA.yml
Edit
Makefile
Edit
Makefile.PL
Edit
README
Edit
Stash.c
Edit
Stash.o
Edit
Stash.xs
Edit
XS.bs
Edit
pm_to_blib
Edit
ppport.h
Edit