VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/external/perl/Text-Template-1.56/Makefile.PL

Last change on this file was 108206, checked in by vboxsync, 3 months ago

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
2use strict;
3use warnings;
4
5use 5.008;
6
7use ExtUtils::MakeMaker;
8
9my %WriteMakefileArgs = (
10 "ABSTRACT" => "Expand template text with embedded Perl",
11 "AUTHOR" => "Michael Schout <mschout\@cpan.org>",
12 "CONFIGURE_REQUIRES" => {
13 "ExtUtils::MakeMaker" => 0
14 },
15 "DISTNAME" => "Text-Template",
16 "LICENSE" => "perl",
17 "MIN_PERL_VERSION" => "5.008",
18 "NAME" => "Text::Template",
19 "PREREQ_PM" => {
20 "Carp" => 0,
21 "Encode" => 0,
22 "Exporter" => 0,
23 "base" => 0,
24 "strict" => 0,
25 "warnings" => 0
26 },
27 "TEST_REQUIRES" => {
28 "File::Temp" => 0,
29 "Safe" => 0,
30 "Test::More" => 0,
31 "Test::More::UTF8" => 0,
32 "Test::Warnings" => 0,
33 "lib" => 0,
34 "utf8" => 0,
35 "vars" => 0
36 },
37 "VERSION" => "1.56",
38 "test" => {
39 "TESTS" => "t/*.t"
40 }
41);
42
43
44my %FallbackPrereqs = (
45 "Carp" => 0,
46 "Encode" => 0,
47 "Exporter" => 0,
48 "File::Temp" => 0,
49 "Safe" => 0,
50 "Test::More" => 0,
51 "Test::More::UTF8" => 0,
52 "Test::Warnings" => 0,
53 "base" => 0,
54 "lib" => 0,
55 "strict" => 0,
56 "utf8" => 0,
57 "vars" => 0,
58 "warnings" => 0
59);
60
61
62unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
63 delete $WriteMakefileArgs{TEST_REQUIRES};
64 delete $WriteMakefileArgs{BUILD_REQUIRES};
65 $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
66}
67
68delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
69 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
70
71WriteMakefile(%WriteMakefileArgs);
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette