packaging one directory
|
1 |
do{ my $x = [ |
2 |
{ |
|
3 |
'ARGV' => [] |
|
4 |
}, |
|
5 |
{}, |
|
6 |
{ |
|
7 |
'verbose' => undef, |
|
8 |
'PL_files' => undef, |
|
9 |
'pollute' => undef, |
|
10 |
'bindoc_dirs' => [ |
|
11 |
'blib/script' |
|
12 |
], |
|
13 |
'conflicts' => {}, |
|
14 |
'scripts' => undef, |
|
15 |
'recommends' => { |
|
16 |
'DBD::SQLite' => '1.25', |
|
17 |
'Time::Piece' => '1.15' |
|
18 |
}, |
|
19 |
'dist_version' => bless( { |
|
20 |
'original' => '0.0501', |
|
21 |
'version' => [ |
|
22 |
0, |
|
23 |
50, |
|
24 |
100 |
|
25 |
] |
|
26 |
}, 'Module::Build::Version' ), |
|
27 |
'pod_files' => undef, |
|
28 |
'config_dir' => '_build', |
|
29 |
'sign' => undef, |
|
30 |
'recurse_into' => [], |
|
31 |
'build_bat' => 0, |
|
32 |
'extra_linker_flags' => [], |
|
33 |
'build_class' => 'Module::Build', |
|
34 |
'prereq_action_types' => [ |
|
35 |
'requires', |
|
36 |
'build_requires', |
|
37 |
'conflicts', |
|
38 |
'recommends' |
|
39 |
], |
|
40 |
'base_dir' => '/root/labo/DBIx-Custom/DBIx-Custom-0.0501', |
|
41 |
'allow_mb_mismatch' => 0, |
|
42 |
'xs_files' => undef, |
|
43 |
'destdir' => undef, |
|
44 |
'metafile' => 'META.yml', |
|
45 |
'mb_version' => '0.31012', |
|
46 |
'use_tap_harness' => 0, |
|
47 |
'test_file_exts' => [ |
|
48 |
'.t' |
|
49 |
], |
|
50 |
'dist_name' => 'DBIx-Custom', |
|
51 |
'has_config_data' => undef, |
|
52 |
'install_base' => undef, |
|
53 |
'module_name' => 'DBIx::Custom', |
|
54 |
'recursive_test_files' => undef, |
|
55 |
'libdoc_dirs' => [ |
|
56 |
'blib/lib', |
|
57 |
'blib/arch' |
|
58 |
], |
|
59 |
'perl' => '/usr/bin/perl', |
|
60 |
'dist_author' => [ |
|
61 |
'Yuki Kimoto <kimoto.yuki@gmail.com>' |
|
62 |
], |
|
63 |
'use_rcfile' => 1, |
|
64 |
'configure_requires' => {}, |
|
65 |
'test_files' => undef, |
|
66 |
'dist_abstract' => undef, |
|
67 |
'create_readme' => undef, |
|
68 |
'prefix_relpaths' => { |
|
69 |
'core' => { |
|
70 |
'libdoc' => [ |
|
71 |
'man', |
|
72 |
'man3' |
|
73 |
], |
|
74 |
'script' => [ |
|
75 |
'bin' |
|
76 |
], |
|
77 |
'libhtml' => [ |
|
78 |
'html' |
|
79 |
], |
|
80 |
'bindoc' => [ |
|
81 |
'man', |
|
82 |
'man1' |
|
83 |
], |
|
84 |
'bin' => [ |
|
85 |
'bin' |
|
86 |
], |
|
87 |
'arch' => [ |
|
88 |
'lib', |
|
89 |
'perl5', |
|
90 |
'5.8.8', |
|
91 |
'i386-linux-thread-multi' |
|
92 |
], |
|
93 |
'binhtml' => [ |
|
94 |
'html' |
|
95 |
], |
|
96 |
'lib' => [ |
|
97 |
'lib', |
|
98 |
'perl5' |
|
99 |
] |
|
100 |
}, |
|
101 |
'site' => { |
|
102 |
'libdoc' => [ |
|
103 |
'man', |
|
104 |
'man3' |
|
105 |
], |
|
106 |
'script' => [ |
|
107 |
'bin' |
|
108 |
], |
|
109 |
'libhtml' => [ |
|
110 |
'html' |
|
111 |
], |
|
112 |
'bindoc' => [ |
|
113 |
'man', |
|
114 |
'man1' |
|
115 |
], |
|
116 |
'bin' => [ |
|
117 |
'bin' |
|
118 |
], |
|
119 |
'arch' => [ |
|
120 |
'lib', |
|
121 |
'perl5', |
|
122 |
'site_perl', |
|
123 |
'5.8.8', |
|
124 |
'i386-linux-thread-multi' |
|
125 |
], |
|
126 |
'binhtml' => [ |
|
127 |
'html' |
|
128 |
], |
|
129 |
'lib' => [ |
|
130 |
'lib', |
|
131 |
'perl5', |
|
132 |
'site_perl' |
|
133 |
] |
|
134 |
}, |
|
135 |
'vendor' => { |
|
136 |
'libdoc' => [ |
|
137 |
'man', |
|
138 |
'man3' |
|
139 |
], |
|
140 |
'script' => [ |
|
141 |
'bin' |
|
142 |
], |
|
143 |
'libhtml' => [ |
|
144 |
'html' |
|
145 |
], |
|
146 |
'bindoc' => [ |
|
147 |
'man', |
|
148 |
'man1' |
|
149 |
], |
|
150 |
'bin' => [ |
|
151 |
'bin' |
|
152 |
], |
|
153 |
'arch' => [ |
|
154 |
'lib', |
|
155 |
'perl5', |
|
156 |
'5.8.8', |
|
157 |
'i386-linux-thread-multi' |
|
158 |
], |
|
159 |
'binhtml' => [ |
|
160 |
'html' |
|
161 |
], |
|
162 |
'lib' => [ |
|
163 |
'lib', |
|
164 |
'perl5' |
|
165 |
] |
|
166 |
} |
|
167 |
}, |
|
168 |
'meta_merge' => {}, |
|
169 |
'get_options' => {}, |
|
170 |
'dist_version_from' => 'lib/DBIx/Custom.pm', |
|
171 |
'create_license' => undef, |
|
172 |
'debugger' => undef, |
|
173 |
'html_css' => '', |
|
174 |
'build_elements' => [ |
|
175 |
'PL', |
|
176 |
'support', |
|
177 |
'pm', |
|
178 |
'xs', |
|
179 |
'pod', |
|
180 |
'script' |
|
181 |
], |
|
182 |
'orig_dir' => '/root/labo/DBIx-Custom/DBIx-Custom-0.0501', |
|
183 |
'include_dirs' => [], |
|
184 |
'installdirs' => 'site', |
|
185 |
'create_makefile_pl' => 'traditional', |
|
186 |
'magic_number' => undef, |
|
187 |
'install_sets' => { |
|
188 |
'core' => { |
|
189 |
'libdoc' => '/usr/share/man/man3', |
|
190 |
'script' => '/usr/bin', |
|
191 |
'libhtml' => undef, |
|
192 |
'bindoc' => '/usr/share/man/man1', |
|
193 |
'bin' => '/usr/bin', |
|
194 |
'arch' => '/usr/lib/perl5/5.8.8/i386-linux-thread-multi', |
|
195 |
'binhtml' => undef, |
|
196 |
'lib' => '/usr/lib/perl5/5.8.8' |
|
197 |
}, |
|
198 |
'site' => { |
|
199 |
'libdoc' => '/usr/share/man/man3', |
|
200 |
'script' => '/usr/bin', |
|
201 |
'libhtml' => undef, |
|
202 |
'bindoc' => '/usr/share/man/man1', |
|
203 |
'bin' => '/usr/bin', |
|
204 |
'arch' => '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi', |
|
205 |
'binhtml' => undef, |
|
206 |
'lib' => '/usr/lib/perl5/site_perl/5.8.8' |
|
207 |
}, |
|
208 |
'vendor' => { |
|
209 |
'libdoc' => '/usr/share/man/man3', |
|
210 |
'script' => '/usr/bin', |
|
211 |
'libhtml' => undef, |
|
212 |
'bindoc' => '/usr/share/man/man1', |
|
213 |
'bin' => '/usr/bin', |
|
214 |
'arch' => '/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi', |
|
215 |
'binhtml' => undef, |
|
216 |
'lib' => '/usr/lib/perl5/vendor_perl/5.8.8' |
|
217 |
} |
|
218 |
}, |
|
219 |
'tap_harness_args' => {}, |
|
220 |
'install_base_relpaths' => { |
|
221 |
'libdoc' => [ |
|
222 |
'man', |
|
223 |
'man3' |
|
224 |
], |
|
225 |
'script' => [ |
|
226 |
'bin' |
|
227 |
], |
|
228 |
'libhtml' => [ |
|
229 |
'html' |
|
230 |
], |
|
231 |
'bindoc' => [ |
|
232 |
'man', |
|
233 |
'man1' |
|
234 |
], |
|
235 |
'bin' => [ |
|
236 |
'bin' |
|
237 |
], |
|
238 |
'arch' => [ |
|
239 |
'lib', |
|
240 |
'perl5', |
|
241 |
'i386-linux-thread-multi' |
|
242 |
], |
|
243 |
'binhtml' => [ |
|
244 |
'html' |
|
245 |
], |
|
246 |
'lib' => [ |
|
247 |
'lib', |
|
248 |
'perl5' |
|
249 |
] |
|
250 |
}, |
|
251 |
'meta_add' => {}, |
|
252 |
'create_packlist' => 1, |
|
253 |
'requires' => { |
|
254 |
'Object::Simple' => '2.0702', |
|
255 |
'DBI' => '1.605' |
|
256 |
}, |
|
257 |
'install_path' => {}, |
|
258 |
'pm_files' => undef, |
|
259 |
'quiet' => undef, |
|
260 |
'script_files' => undef, |
|
261 |
'extra_compiler_flags' => [], |
|
262 |
'build_script' => 'Build', |
|
263 |
'original_prefix' => { |
|
264 |
'core' => '/usr', |
|
265 |
'site' => '/usr', |
|
266 |
'vendor' => '/usr' |
|
267 |
}, |
|
268 |
'c_source' => undef, |
|
269 |
'autosplit' => undef, |
|
270 |
'program_name' => undef, |
|
271 |
'license' => 'perl', |
|
272 |
'build_requires' => { |
|
273 |
'Test::More' => 0 |
|
274 |
}, |
|
275 |
'config' => undef, |
|
276 |
'blib' => 'blib', |
|
277 |
'prefix' => undef |
|
278 |
} |
|
279 |
]; |
|
280 |
$x; } |