This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
[perl5.git] / ext / B / C / Makefile.PL
CommitLineData
9d2bbe64
MB
1#!perl
2
3use ExtUtils::MakeMaker;
4
5WriteMakefile( NAME => 'B::C',
6 VERSION_FROM => '../B/C.pm'
7 );
8