File: Build.PL

package info (click to toggle)
libdist-zilla-plugin-test-compile-perl 2.059-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: perl: 468; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# This file is part of Dist-Zilla-Plugin-Test-Compile
#
# This software is copyright (c) 2009 by Jérôme Quelin.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
# This Build.PL for Dist-Zilla-Plugin-Test-Compile was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.020.
use strict;
use warnings;


use 5.008;
use Module::Build::Tiny 0.034;
Build_PL();