1 | # -*- coding: utf-8; mode: tcl; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:noet:sw=4:ts=8:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name p5-graveyard |
---|
7 | version 0.0 |
---|
8 | categories perl |
---|
9 | |
---|
10 | array set replacements { |
---|
11 | 5.8 5.16 |
---|
12 | 5.10 5.16 |
---|
13 | 5.12 5.16 |
---|
14 | 5.14 5.16 |
---|
15 | } |
---|
16 | |
---|
17 | proc unknown args { |
---|
18 | upvar 1 replacements replacements |
---|
19 | if {[llength $args] < 3} { |
---|
20 | lappend args 5.8 5.10 5.12 5.14 |
---|
21 | } |
---|
22 | set replaced_series [lassign $args superport version_string] |
---|
23 | lassign [split $version_string _] ver rev |
---|
24 | if {$rev eq ""} { |
---|
25 | set rev 0 |
---|
26 | } |
---|
27 | foreach series $replaced_series { |
---|
28 | regsub ^p5- $superport p${series}- replaced |
---|
29 | regsub ^p5- $superport p$replacements($series)- replacement |
---|
30 | subport $replaced { |
---|
31 | version $ver |
---|
32 | revision $rev |
---|
33 | replaced_by $replacement |
---|
34 | } |
---|
35 | } |
---|
36 | } |
---|
37 | |
---|
38 | # NOTE: To keep file size reasonable, this list uses tabs for formatting |
---|
39 | # instead of spaces. When inserting new entries, please set your |
---|
40 | # editor's tab width to 8 to ensure proper alignment, and verify that |
---|
41 | # you're inserting tab characters and not spaces. |
---|
42 | |
---|
43 | # SUPERPORT (i.e., "p5-whatever") VERSION+REV REPLACED SERIES (defaults |
---|
44 | # to "5.8 5.10 5.12 5.14") |
---|
45 | p5-acme-lolcat 0.0.5_4 |
---|
46 | p5-algorithm-annotate 0.100.0_4 |
---|
47 | p5-algorithm-c3 0.100.0_1 |
---|
48 | p5-algorithm-dependency 1.110.0_4 |
---|
49 | p5-algorithm-diff 1.190.300_1 |
---|
50 | p5-algorithm-munkres 0.80.0_3 |
---|
51 | p5-aliased 0.310.0_1 |
---|
52 | p5-alien-gnuplot 1.30.0_1 |
---|
53 | p5-alien-wxwidgets 0.650.0_5 |
---|
54 | p5-amazon-s3 0.450.0_4 |
---|
55 | p5-any-moose 0.240.0_2 |
---|
56 | p5-anyevent 7.80.0_1 |
---|
57 | p5-apache-admin-config 0.950.0_2 |
---|
58 | p5-apache-authcookie 3.220.0_1 |
---|
59 | p5-apache-logformat-compiler 0.320.0_1 |
---|
60 | p5-apache-session 1.930.0_1 |
---|
61 | p5-apache-session-wrapper 0.340.0_4 |
---|
62 | p5-apache-test 1.380.0_1 |
---|
63 | p5-apache2-rest 0.70.0_2 |
---|
64 | p5-app-cli 0.313.0_1 |
---|
65 | p5-app-cpanminus 1.702.200_1 |
---|
66 | p5-app-rad 1.50.0_1 |
---|
67 | p5-appconfig 1.660.0_5 |
---|
68 | p5-appconfig-std 1.90.0_1 |
---|
69 | p5-archive-tar 2.40.0_1 |
---|
70 | p5-archive-zip 1.390.0_1 |
---|
71 | p5-array-compare 2.110.0_1 |
---|
72 | p5-astro 0.760.0_1 |
---|
73 | p5-astro-fits-cfitsio 1.100.0_1 |
---|
74 | p5-astro-fits-header 3.70.0_3 |
---|
75 | p5-astro-satpass 0.67.0_1 |
---|
76 | p5-attribute-handlers 0.960.0_1 |
---|
77 | p5-audio-flac-header 2.400.0_4 |
---|
78 | p5-audio-m4p 0.570.0_1 |
---|
79 | p5-auth-yubikey_webclient 3.0.0_1 |
---|
80 | p5-authcas 1.600.0_1 |
---|
81 | p5-authen-sasl 2.160.0_1 |
---|
82 | p5-authen-smb 0.910.0_4 |
---|
83 | p5-autobox 2.820.0_1 |
---|
84 | p5-autodia 2.140.0_3 |
---|
85 | p5-autovivification 0.140.0_1 |
---|
86 | p5-autoxs-header 1.20.0_5 |
---|
87 | p5-b-hooks-endofscope 0.130.0_1 |
---|
88 | p5-b-hooks-op-check 0.190.0_2 |
---|
89 | p5-b-hooks-op-check-stashchange 0.60.0_5 |
---|
90 | p5-b-keywords 1.130.0_2 |
---|
91 | p5-berkeleydb 0.540.0_2 |
---|
92 | p5-bit-vector 7.400.0_1 |
---|
93 | p5-bsd-resource 1.290.700_1 |
---|
94 | p5-business-isbn 2.50.0_5 |
---|
95 | p5-business-isbn-data 20081208_5 |
---|
96 | p5-business-ismn 1.110.0_3 |
---|
97 | p5-business-issn 0.910.0_2 |
---|
98 | p5-cache-cache 1.70.0_1 |
---|
99 | p5-cache-fastmmap 1.400.0_1 |
---|
100 | p5-cache-memcached 1.300.0_1 |
---|
101 | p5-cache-simple-timedexpiry 0.270.0_4 |
---|
102 | p5-cairo 1.105.0_1 |
---|
103 | p5-cairo-gobject 1.4.0_2 |
---|
104 | p5-calendar-simple 1.210.0_5 |
---|
105 | p5-cam-pdf 1.600.0_1 |
---|
106 | p5-captcha-recaptcha 0.970.0_2 |
---|
107 | p5-capture-tiny 0.270.0_1 |
---|
108 | p5-carp-assert 0.210.0_2 |
---|
109 | p5-carp-assert-more 1.140.0_2 |
---|
110 | p5-carp-clan 6.40.0_5 |
---|
111 | p5-catalyst-action-renderview 0.160.0_4 |
---|
112 | p5-catalyst-authentication-credential-http 1.16.0_1 |
---|
113 | p5-catalyst-authentication-store-dbix-class 0.150.600_1 |
---|
114 | p5-catalyst-component-instancepercontext 0.1.1_4 |
---|
115 | p5-catalyst-controller-formbuilder 0.60.0_4 |
---|
116 | p5-catalyst-devel 1.390.0_1 |
---|
117 | p5-catalyst-engine-apache 1.160.0_4 |
---|
118 | p5-catalyst-helper-authdbic 0.170.0_1 |
---|
119 | p5-catalyst-log-log4perl 1.60.0_1 |
---|
120 | p5-catalyst-model-adaptor 0.100.0_2 |
---|
121 | p5-catalyst-model-dbic-schema 0.650.0_1 |
---|
122 | p5-catalyst-plugin-authentication 0.100.230_1 |
---|
123 | p5-catalyst-plugin-authentication-store-dbic 0.110.0_4 |
---|
124 | p5-catalyst-plugin-authorization-acl 0.160.0_1 |
---|
125 | p5-catalyst-plugin-authorization-roles 0.90.0_1 |
---|
126 | p5-catalyst-plugin-captcha 0.40.0_4 |
---|
127 | p5-catalyst-plugin-configloader 0.340.0_1 |
---|
128 | p5-catalyst-plugin-datetime 0.30.0_4 |
---|
129 | p5-catalyst-plugin-session 0.390.0_1 |
---|
130 | p5-catalyst-plugin-session-state-cookie 0.170.0_4 |
---|
131 | p5-catalyst-plugin-session-store-dbi 0.160.0_4 |
---|
132 | p5-catalyst-plugin-session-store-dbic 0.140.0_1 |
---|
133 | p5-catalyst-plugin-session-store-delegate 0.60.0_5 |
---|
134 | p5-catalyst-plugin-session-store-fastmmap 0.160.0_1 |
---|
135 | p5-catalyst-plugin-stacktrace 0.120.0_1 |
---|
136 | p5-catalyst-plugin-static-simple 0.330.0_1 |
---|
137 | p5-catalyst-runtime 5.900.770_2 |
---|
138 | p5-catalyst-view-html-template 0.30.0_4 |
---|
139 | p5-catalyst-view-json 0.330.0_1 |
---|
140 | p5-catalyst-view-tt 0.410.0_1 |
---|
141 | p5-catalyst-view-xslt 0.90.0_1 |
---|
142 | p5-catalystx-component-traits 0.190.0_4 |
---|
143 | p5-cgi 4.110.0_1 |
---|
144 | p5-cgi-ajax 0.707.0_6 |
---|
145 | p5-cgi-alternatives 0.120.0_1 |
---|
146 | p5-cgi-fast 2.50.0_1 |
---|
147 | p5-cgi-fasttemplate 1.90.0_2 |
---|
148 | p5-cgi-formbuilder 3.90.0_2 |
---|
149 | p5-cgi-session 4.480.0_2 |
---|
150 | p5-cgi-simple 1.115.0_1 |
---|
151 | p5-cgi-ssi 0.920.0_2 |
---|
152 | p5-cgi-struct 1.210.0_1 |
---|
153 | p5-chart 2.4.8_1 |
---|
154 | p5-chemistry-elements 1.70.0_2 |
---|
155 | p5-class-accessor 0.340.0_5 |
---|
156 | p5-class-accessor-chained 0.10.0_5 |
---|
157 | p5-class-accessor-grouped 0.100.120_1 |
---|
158 | p5-class-autouse 2.10.0_1 |
---|
159 | p5-class-base 0.60.0_1 |
---|
160 | p5-class-c3 0.270.0_1 |
---|
161 | p5-class-c3-adopt-next 0.130.0_4 |
---|
162 | p5-class-c3-componentised 1.1.0_1 |
---|
163 | p5-class-c3-xs 0.130.0_5 |
---|
164 | p5-class-container 0.120.0_4 |
---|
165 | p5-class-csv 1.30.0_4 |
---|
166 | p5-class-data-accessor 0.40.40_4 |
---|
167 | p5-class-data-inheritable 0.80.0_5 |
---|
168 | p5-class-dbi 3.0.17_5 |
---|
169 | p5-class-dbi-abstractsearch 0.70.0_4 |
---|
170 | p5-class-dbi-mysql 1.0.0_4 |
---|
171 | p5-class-dbi-pg 0.80.0_4 |
---|
172 | p5-class-dbi-plugin 0.30.0_4 |
---|
173 | p5-class-dbi-plugin-abstractcount 0.80.0_4 |
---|
174 | p5-class-dbi-plugin-pager 0.561.0_5 |
---|
175 | p5-class-dbi-uuid 1.10.0_4 |
---|
176 | p5-class-errorhandler 0.30.0_2 |
---|
177 | p5-class-factory-util 1.700.0_5 |
---|
178 | p5-class-generate 1.140.0_1 |
---|
179 | p5-class-gomor 1.20.0_4 |
---|
180 | p5-class-inner 0.200.1_1 |
---|
181 | p5-class-insideout 1.90.0_4 |
---|
182 | p5-class-inspector 1.280.0_1 |
---|
183 | p5-class-load 0.220.0_2 |
---|
184 | p5-class-load-xs 0.90.0_1 |
---|
185 | p5-class-loader 2.30.0_4 |
---|
186 | p5-class-makemethods 1.10.0_4 |
---|
187 | p5-class-method-modifiers 2.110.0_1 |
---|
188 | p5-class-methodmaker 2.210.0_2 |
---|
189 | p5-class-returnvalue 0.550.0_4 |
---|
190 | p5-class-singleton 1.500.0_1 |
---|
191 | p5-class-throwable 0.110.0_5 |
---|
192 | p5-class-tiny 1.0.0_1 |
---|
193 | p5-class-trigger 0.140.0_5 |
---|
194 | p5-class-unload 0.80.0_1 |
---|
195 | p5-class-whitehole 0.40.0_4 |
---|
196 | p5-class-xsaccessor 1.190.0_1 |
---|
197 | p5-clone 0.370.0_2 |
---|
198 | p5-common-sense 3.600.0_1 |
---|
199 | p5-compress-bzip2 2.90.0_4 |
---|
200 | p5-compress-raw-bzip2 2.68.0_1 |
---|
201 | p5-compress-raw-zlib 2.68.0_1 |
---|
202 | p5-compress-snappy 0.230.0_2 |
---|
203 | p5-config-any 0.240.0_1 |
---|
204 | p5-config-autoconf 0.220.0_2 |
---|
205 | p5-config-general 2.560.0_1 |
---|
206 | p5-config-grammar 1.100.0_2 |
---|
207 | p5-config-ini 0.24.0_1 |
---|
208 | p5-config-inifiles 2.570.0_4 |
---|
209 | p5-config-json 1.510.0_3 |
---|
210 | p5-config-properties 1.710.0_3 |
---|
211 | p5-config-simple 4.590.0_1 |
---|
212 | p5-config-tiny 2.200.0_1 |
---|
213 | p5-const-fast 0.13.0_2 |
---|
214 | p5-context-preserve 0.10.0_5 |
---|
215 | p5-convert-ascii-armour 1.400.0_4 |
---|
216 | p5-convert-asn1 0.270.0_1 |
---|
217 | p5-convert-bencode 1.30.0_4 |
---|
218 | p5-convert-binary-c 0.760.0_1 |
---|
219 | p5-convert-binhex 1.119.0_4 |
---|
220 | p5-convert-pem 0.80.0_1 |
---|
221 | p5-convert-tnef 0.170.0_5 |
---|
222 | p5-convert-uu 0.520.100_2 |
---|
223 | p5-convert-uulib 1.340.0_3 |
---|
224 | p5-cpan-changes 0.300.0_1 |
---|
225 | p5-cpan-meta 2.143.240_1 |
---|
226 | p5-cpan-meta-check 0.9.0_1 |
---|
227 | p5-cpan-meta-requirements 2.131.0_1 |
---|
228 | p5-cpan-meta-yaml 0.12.0_1 |
---|
229 | p5-crypt-appletwofish 0.51.0_5 |
---|
230 | p5-crypt-blowfish 2.140.0_2 |
---|
231 | p5-crypt-cast5 0.50.0_5 |
---|
232 | p5-crypt-cbc 2.330.0_2 |
---|
233 | p5-crypt-ciphersaber 1.0.0_4 |
---|
234 | p5-crypt-des 2.70.0_1 |
---|
235 | p5-crypt-des_ede3 0.10.0_5 |
---|
236 | p5-crypt-dh 0.70.0_1 |
---|
237 | p5-crypt-dsa 1.170.0_1 |
---|
238 | p5-crypt-gcrypt 1.260.0_3 |
---|
239 | p5-crypt-idea 1.100.0_1 |
---|
240 | p5-crypt-openpgp 1.60.0_1 |
---|
241 | p5-crypt-openssl-bignum 0.40.0_4 |
---|
242 | p5-crypt-openssl-random 0.60.0_1 |
---|
243 | p5-crypt-openssl-rsa 0.280.0_1 |
---|
244 | p5-crypt-openssl-x509 1.805.0_1 |
---|
245 | p5-crypt-passwdmd5 1.300.0_4 |
---|
246 | p5-crypt-primes 0.500.0_5 |
---|
247 | p5-crypt-random 1.250.0_4 |
---|
248 | p5-crypt-random-source 0.80.0_1 |
---|
249 | p5-crypt-rc4 2.20.0_5 |
---|
250 | p5-crypt-rijndael 1.120.0_1 |
---|
251 | p5-crypt-ripemd160 0.40.0_4 |
---|
252 | p5-crypt-rsa 1.990.0_1 |
---|
253 | p5-crypt-ssleay 0.720.0_1 |
---|
254 | p5-crypt-twofish 2.140.0_4 |
---|
255 | p5-csp 0.340.0_4 |
---|
256 | p5-css 1.80.0_4 |
---|
257 | p5-css-tiny 1.190.0_2 |
---|
258 | p5-curses 1.280.0_1 |
---|
259 | p5-curses-ui 0.950.0_4 |
---|
260 | p5-cwd-guard 0.40.0_1 |
---|
261 | p5-dancer 1.313.200_1 |
---|
262 | p5-dancer-plugin-database 2.100.0_1 |
---|
263 | p5-dancer-plugin-database-core 0.80.0_1 |
---|
264 | p5-danga-socket 1.610.0_4 |
---|
265 | p5-data-alias 1.110.0_4 |
---|
266 | p5-data-buffer 0.40.0_4 |
---|
267 | p5-data-compare 1.220.0_4 |
---|
268 | p5-data-diver 1.10.100_1 |
---|
269 | p5-data-dump 1.220.0_2 |
---|
270 | p5-data-dumper 2.154.0_1 |
---|
271 | p5-data-dumper-concise 2.22.0_1 |
---|
272 | p5-data-hexify 1.0.0_4 |
---|
273 | p5-data-hierarchy 0.340.0_4 |
---|
274 | p5-data-ical 0.210.0_1 |
---|
275 | p5-data-optlist 0.109.0_2 |
---|
276 | p5-data-page 2.20.0_4 |
---|
277 | p5-data-password 1.110.0_1 |
---|
278 | p5-data-perl 0.2.9_2 |
---|
279 | p5-data-phrasebook 0.350.0_1 |
---|
280 | p5-data-phrasebook-loader-yaml 0.130.0_1 |
---|
281 | p5-data-stag 0.140.0_1 |
---|
282 | p5-data-uuid 1.219.0_1 |
---|
283 | p5-data-visitor 0.300.0_1 |
---|
284 | p5-date-calc 6.300.0_4 |
---|
285 | p5-date-holidays-de 1.600.0_1 |
---|
286 | p5-date-simple 3.30.0_4 |
---|
287 | p5-datemanip 6.480.0_1 |
---|
288 | p5-datetime 1.120.0_1 |
---|
289 | p5-datetime-format-builder 0.810.0_1 |
---|
290 | p5-datetime-format-dateparse 0.50.0_3 |
---|
291 | p5-datetime-format-iso8601 0.70.0_3 |
---|
292 | p5-datetime-format-mail 0.401.0_1 |
---|
293 | p5-datetime-format-mysql 0.50.0_1 |
---|
294 | p5-datetime-format-pg 0.160.60_3 |
---|
295 | p5-datetime-format-sqlite 0.110.0_5 |
---|
296 | p5-datetime-format-strptime 1.560.0_1 |
---|
297 | p5-datetime-format-w3cdtf 0.60.0_3 |
---|
298 | p5-datetime-locale 0.450.0_5 |
---|
299 | p5-datetime-timezone 1.810.0_1 |
---|
300 | p5-dbd-mock 1.450.0_2 |
---|
301 | p5-dbd-mysql 4.29.0_1 |
---|
302 | p5-dbd-pg 3.4.2_1 |
---|
303 | p5-dbd-sqlite 1.460.0_1 |
---|
304 | p5-dbd-sqlite2 0.360.0_2 |
---|
305 | p5-dbi 1.632.0_1 |
---|
306 | p5-dbicx-testdatabase 0.50.0_3 |
---|
307 | p5-dbix-class 0.82.810_1 |
---|
308 | p5-dbix-class-cursor-cached 1.1.2_1 |
---|
309 | p5-dbix-class-dynamicdefault 0.40.0_1 |
---|
310 | p5-dbix-class-encodedcolumn 0.0.130_1 |
---|
311 | p5-dbix-class-introspectablem2m 0.1.1_1 |
---|
312 | p5-dbix-class-schema-loader 0.70.420_1 |
---|
313 | p5-dbix-class-timestamp 0.140.0_1 |
---|
314 | p5-dbix-contextualfetch 1.30.0_4 |
---|
315 | p5-dbix-dbschema 0.440.0_1 |
---|
316 | p5-dbix-searchbuilder 1.660.0_1 |
---|
317 | p5-dbix-sqlcrosstab 1.170.0_3 |
---|
318 | p5-dbm-deep 2.1.100_1 |
---|
319 | p5-devel-caller 2.60.0_1 |
---|
320 | p5-devel-checkbin 0.20.0_1 |
---|
321 | p5-devel-checkcompiler 0.50.0_1 |
---|
322 | p5-devel-checklib 1.20.0_1 |
---|
323 | p5-devel-cover 0.820.0_2 |
---|
324 | p5-devel-cycle 1.110.0_4 |
---|
325 | p5-devel-globaldestruction 0.130.0_1 |
---|
326 | p5-devel-nytprof 4.60.0_2 |
---|
327 | p5-devel-overloadinfo 0.2.0_1 |
---|
328 | p5-devel-ppport 3.250.0_1 |
---|
329 | p5-devel-size 0.690.0_4 |
---|
330 | p5-devel-stacktrace 2.0.0_1 |
---|
331 | p5-devel-stacktrace-ashtml 0.140.0_1 |
---|
332 | p5-devel-symdump 2.120.0_2 |
---|
333 | p5-device-serialport 1.40.0_3 |
---|
334 | p5-digest 1.160.0_4 |
---|
335 | p5-digest-bubblebabble 0.20.0_1 |
---|
336 | p5-digest-crc 0.180.0_1 |
---|
337 | p5-digest-hmac 1.30.0_1 |
---|
338 | p5-digest-md2 2.40.0_1 |
---|
339 | p5-digest-md4 1.500.0_4 |
---|
340 | p5-digest-md5 2.530.0_1 |
---|
341 | p5-digest-md5-file 0.80.0_1 |
---|
342 | p5-digest-nilsimsa 0.60.0_6 |
---|
343 | p5-digest-perl-md5 1.900.0_1 |
---|
344 | p5-digest-sha 5.930.0_1 |
---|
345 | p5-digest-sha1 2.130.0_5 |
---|
346 | p5-dir-self 0.110.0_1 |
---|
347 | p5-directory-scratch 0.150.0_1 |
---|
348 | p5-dist-checkconflicts 0.110.0_2 |
---|
349 | p5-email-abstract 3.7.0_2 |
---|
350 | p5-email-address 1.905.0_1 |
---|
351 | p5-email-date 1.104.0_1 |
---|
352 | p5-email-date-format 1.5.0_1 |
---|
353 | p5-email-messageid 1.405.0_1 |
---|
354 | p5-email-mime 1.926.0_2 |
---|
355 | p5-email-mime-contenttype 1.17.0_2 |
---|
356 | p5-email-mime-encodings 1.315.0_2 |
---|
357 | p5-email-send 2.199.0_1 |
---|
358 | p5-email-sender 1.300.16_1 |
---|
359 | p5-email-simple 2.203.0_2 |
---|
360 | p5-email-valid 1.195.0_1 |
---|
361 | p5-encode 2.670.0_1 |
---|
362 | p5-encode-detect 1.10.0_4 |
---|
363 | p5-encode-eucjpascii 0.30.0_2 |
---|
364 | p5-encode-hanextra 0.230.0_6 |
---|
365 | p5-encode-iso2022 0.40.0_1 |
---|
366 | p5-encode-jis2k 0.20.0_7 |
---|
367 | p5-encode-jisx0213 0.30.0_1 |
---|
368 | p5-encode-locale 1.30.0_2 |
---|
369 | p5-encoding-fixlatin 1.40.0_1 |
---|
370 | p5-encoding-fixlatin-xs 1.10.0_2 |
---|
371 | p5-enum 1.16.0_4 |
---|
372 | p5-eperl 2.2.14_7 |
---|
373 | p5-error 0.170.220_2 |
---|
374 | p5-eval 2.2.8_4 |
---|
375 | p5-eval-closure 0.110.0_1 |
---|
376 | p5-event 1.230.0_1 |
---|
377 | p5-event-execflow 0.640.0_1 |
---|
378 | p5-event-rpc 1.50.0_1 |
---|
379 | p5-exception-class 1.390.0_1 |
---|
380 | p5-expect 1.200.0_4 |
---|
381 | p5-expect-simple 0.20.0_4 |
---|
382 | p5-exporter-tiny 0.42.0_1 |
---|
383 | p5-extutils-cbuilder 0.280.220_1 |
---|
384 | p5-extutils-command 1.190.0_1 |
---|
385 | p5-extutils-config 0.8.0_1 |
---|
386 | p5-extutils-depends 0.403.0_1 |
---|
387 | p5-extutils-f77 1.170.0_2 |
---|
388 | p5-extutils-helpers 0.22.0_1 |
---|
389 | p5-extutils-install 2.40.0_1 |
---|
390 | p5-extutils-installpaths 0.10.0_1 |
---|
391 | p5-extutils-libbuilder 0.40.0_4 |
---|
392 | p5-extutils-makemaker 7.40.0_1 |
---|
393 | p5-extutils-manifest 1.690.0_1 |
---|
394 | p5-extutils-pkgconfig 1.150.0_5 |
---|
395 | p5-extutils-xsbuilder 0.280.0_5 |
---|
396 | p5-extutils-xspp 0.180.0_2 |
---|
397 | p5-fcgi 0.770.0_2 |
---|
398 | p5-feed-find 0.70.0_1 |
---|
399 | p5-fey 0.400.0_3 |
---|
400 | p5-fey-dbimanager 0.160.0_3 |
---|
401 | p5-fey-loader 0.120.0_4 |
---|
402 | p5-fey-orm 0.430.0_3 |
---|
403 | p5-fey-test 0.100.0_1 |
---|
404 | p5-file-basedir 0.30.0_7 |
---|
405 | p5-file-changenotify 0.240.0_1 |
---|
406 | p5-file-chdir 0.100.800_1 |
---|
407 | p5-file-comments 0.80.0_4 |
---|
408 | p5-file-copy-recursive 0.380.0_5 |
---|
409 | p5-file-countlines 0.0.3_2 |
---|
410 | p5-file-desktopentry 0.80.0_1 |
---|
411 | p5-file-find-rule 0.330.0_3 |
---|
412 | p5-file-find-rule-perl 1.130.0_1 |
---|
413 | p5-file-flat 1.40.0_4 |
---|
414 | p5-file-homedir 1.0.0_1 |
---|
415 | p5-file-libmagic 0.960.0_4 |
---|
416 | p5-file-listing 6.40.0_2 |
---|
417 | p5-file-map 0.630.0_1 |
---|
418 | p5-file-mimeinfo 0.260.0_1 |
---|
419 | p5-file-mmagic 1.270.0_5 |
---|
420 | p5-file-modified 0.70.0_4 |
---|
421 | p5-file-monitor 1.0.0_2 |
---|
422 | p5-file-monitor-lite 0.652.3_2 |
---|
423 | p5-file-mork 0.300.0_5 |
---|
424 | p5-file-next 1.120.0_1 |
---|
425 | p5-file-path 2.80.0_4 |
---|
426 | p5-file-pushd 1.0.0_4 |
---|
427 | p5-file-readbackwards 1.50.0_1 |
---|
428 | p5-file-remove 1.520.0_3 |
---|
429 | p5-file-rename 0.60.0_3 |
---|
430 | p5-file-rsyncp 0.700.0_5 |
---|
431 | p5-file-sharedir 1.102.0_1 |
---|
432 | p5-file-sharedir-install 0.100.0_1 |
---|
433 | p5-file-sharedir-projectdistdir 1.0.4_1 |
---|
434 | p5-file-slurp 9999.190.0_1 |
---|
435 | p5-file-slurp-tiny 0.3.0_1 |
---|
436 | p5-file-slurp-unicode 0.7.1_4 |
---|
437 | p5-file-tail 0.99.3_4 |
---|
438 | p5-file-temp 0.230.400_1 |
---|
439 | p5-file-tempdir 0.20.0_4 |
---|
440 | p5-file-touch 0.90.0_1 |
---|
441 | p5-file-type 0.220.0_5 |
---|
442 | p5-file-which 1.90.0_5 |
---|
443 | p5-filesys-diskspace 0.50.0_4 |
---|
444 | p5-filesys-notify-kqueue 0.90.0_2 |
---|
445 | p5-filesys-notify-simple 0.120.0_1 |
---|
446 | p5-filter 1.370.0_4 |
---|
447 | p5-filter-simple 0.910.0_2 |
---|
448 | p5-finance-quote 1.350.0_1 |
---|
449 | p5-finance-quotehist 1.200.0_1 |
---|
450 | p5-flickr-api 1.40.0_4 |
---|
451 | p5-flickr-upload 1.320.0_4 |
---|
452 | p5-font-afm 1.200.0_3 |
---|
453 | p5-font-ttf 1.40.0_1 |
---|
454 | p5-freezethaw 0.500.100_3 |
---|
455 | p5-fusioninventory-agent 2.1.14_1 |
---|
456 | p5-gd 2.530.0_1 |
---|
457 | p5-gd-barcode 1.150.0_4 |
---|
458 | p5-gd-graph3d 0.630.0_4 |
---|
459 | p5-gd-securityimage 1.720.0_1 |
---|
460 | p5-gd-svg 0.330.0_3 |
---|
461 | p5-gdgraph 1.440.0_4 |
---|
462 | p5-gdtextutil 0.860.0_4 |
---|
463 | p5-gearman 1.110.0_3 |
---|
464 | p5-gearman-client-async 0.940.0_4 |
---|
465 | p5-gearman-server 1.110.0_1 |
---|
466 | p5-gedcom 1.190.0_1 |
---|
467 | p5-geo-ip 1.430.0_1 |
---|
468 | p5-getopt-long 2.420.0_2 |
---|
469 | p5-getopt-long-descriptive 0.98.0_1 |
---|
470 | p5-getopt-mixed 1.100.0_4 |
---|
471 | p5-getopt-simple 1.520.0_3 |
---|
472 | p5-gimp 2.310.0_3 |
---|
473 | p5-glib 1.307.0_1 |
---|
474 | p5-glib-object-introspection 0.26.0_1 |
---|
475 | p5-gmail-imapd 0.940.0_4 |
---|
476 | p5-gnome2 1.45.0_2 |
---|
477 | p5-gnome2-canvas 1.2.0_6 |
---|
478 | p5-gnome2-gconf 1.44.0_6 |
---|
479 | p5-gnome2-print 1.0.0_6 |
---|
480 | p5-gnome2-vfs 1.82.0_2 |
---|
481 | p5-gnome2-wnck 0.160.0_4 |
---|
482 | p5-gnupg-interface 0.500.0_4 |
---|
483 | p5-google-protocolbuffers 0.110.0_2 |
---|
484 | p5-gps 0.170.0_1 |
---|
485 | p5-graph 0.960.0_1 |
---|
486 | p5-graphics-gnuplotif 1.700.0_2 |
---|
487 | p5-graphviz 2.160.0_1 |
---|
488 | p5-gssapi 0.280.0_3 |
---|
489 | p5-gtk2 1.249.300_1 |
---|
490 | p5-gtk2-ex-formfactory 0.670.0_1 |
---|
491 | p5-gtk2-ex-podviewer 0.180.0_2 |
---|
492 | p5-gtk2-gladexml 1.7.0_6 |
---|
493 | p5-gtk2-sourceview 1.0.0_5 |
---|
494 | p5-gtk3 0.20.0_1 |
---|
495 | p5-hash-fieldhash 0.120.0_1 |
---|
496 | p5-hash-merge 0.200.0_1 |
---|
497 | p5-hash-merge-simple 0.51.0_1 |
---|
498 | p5-hash-multivalue 0.150.0_1 |
---|
499 | p5-heap 0.800.0_5 |
---|
500 | p5-hook-lexwrap 0.250.0_1 |
---|
501 | p5-html-encoding 0.610.0_3 |
---|
502 | p5-html-extract 0.250.0_5 |
---|
503 | p5-html-fillinform 1.60.0_4 |
---|
504 | p5-html-form 6.30.0_2 |
---|
505 | p5-html-format 2.110.0_1 |
---|
506 | p5-html-lint 2.200.0_3 |
---|
507 | p5-html-mason 1.450.0_4 |
---|
508 | p5-html-parser 3.710.0_2 |
---|
509 | p5-html-scrubber 0.110.0_1 |
---|
510 | p5-html-selector-xpath 0.180.0_1 |
---|
511 | p5-html-simpleparse 0.120.0_2 |
---|
512 | p5-html-strip 1.60.0_4 |
---|
513 | p5-html-stripscripts 1.50.0_1 |
---|
514 | p5-html-stripscripts-parser 1.30.0_1 |
---|
515 | p5-html-table 2.8.0_2 |
---|
516 | p5-html-tableextract 2.110.0_3 |
---|
517 | p5-html-tagfilter 1.30.0_5 |
---|
518 | p5-html-tagset 3.200.0_5 |
---|
519 | p5-html-template 2.950.0_2 |
---|
520 | p5-html-template-compiled 0.930.0_4 |
---|
521 | p5-html-tiny 1.50.0_5 |
---|
522 | p5-html-tokeparser-simple 3.160.0_2 |
---|
523 | p5-html-tree 5.30.0_1 |
---|
524 | p5-html-treebuilder-xpath 0.140.0_2 |
---|
525 | p5-html-wikiconverter 0.680.0_3 |
---|
526 | p5-html-wikiconverter-confluence 0.10.0_3 |
---|
527 | p5-html-wikiconverter-dokuwiki 0.530.0_3 |
---|
528 | p5-html-wikiconverter-googlecode 0.120.0_3 |
---|
529 | p5-html-wikiconverter-kwiki 0.510.0_3 |
---|
530 | p5-html-wikiconverter-markdown 0.50.0_3 |
---|
531 | p5-html-wikiconverter-mediawiki 0.590.0_3 |
---|
532 | p5-html-wikiconverter-moinmoin 0.540.0_3 |
---|
533 | p5-html-wikiconverter-multimarkdown 0.20.0_3 |
---|
534 | p5-html-wikiconverter-oddmuse 0.520.0_3 |
---|
535 | p5-html-wikiconverter-pbwiki 0.10.0_3 |
---|
536 | p5-html-wikiconverter-phpwiki 0.510.0_3 |
---|
537 | p5-html-wikiconverter-pmwiki 0.510.0_3 |
---|
538 | p5-html-wikiconverter-snipsnap 0.500.0_3 |
---|
539 | p5-html-wikiconverter-xwiki 0.20.0_3 |
---|
540 | p5-http-body 1.190.0_1 |
---|
541 | p5-http-cookiejar 0.6.0_1 |
---|
542 | p5-http-cookies 6.10.0_2 |
---|
543 | p5-http-daemon 6.10.0_2 |
---|
544 | p5-http-daemon-ssl 1.40.0_1 |
---|
545 | p5-http-date 6.20.0_2 |
---|
546 | p5-http-lite 2.430.0_1 |
---|
547 | p5-http-message 6.60.0_2 |
---|
548 | p5-http-negotiate 6.10.0_2 |
---|
549 | p5-http-recorder 0.70.0_1 |
---|
550 | p5-http-request-ascgi 1.200.0_4 |
---|
551 | p5-http-response-encoding 0.60.0_4 |
---|
552 | p5-http-server-simple 0.440.0_1 |
---|
553 | p5-http-server-simple-mason 0.140.0_1 |
---|
554 | p5-http-server-simple-psgi 0.160.0_1 |
---|
555 | p5-http-tiny 0.53.0_1 |
---|
556 | p5-ifeffit 2_2 |
---|
557 | p5-ima-dbi 0.350.0_4 |
---|
558 | p5-image-exiftool 9.760.0_1 |
---|
559 | p5-image-imlib2 2.30.0_1 |
---|
560 | p5-image-info 1.360.0_1 |
---|
561 | p5-image-metadata-jpeg 0.156.0_1 |
---|
562 | p5-image-size 3.232.0_3 |
---|
563 | p5-imap-bodystructure 1.10.0_5 |
---|
564 | p5-import-into 1.2.4_1 |
---|
565 | p5-inc-latest 0.500.0_1 |
---|
566 | p5-inline 0.780.0_1 |
---|
567 | p5-inline-c 0.710.0_1 |
---|
568 | p5-inline-files 0.680.0_1 |
---|
569 | p5-inline-python 0.460.0_1 |
---|
570 | p5-innotop 1.9.0_1 |
---|
571 | p5-internals 1.100.0_4 |
---|
572 | p5-io 1.250.0_5 |
---|
573 | p5-io-aio 4.310.0_1 |
---|
574 | p5-io-all 0.850.0_1 |
---|
575 | p5-io-captureoutput 1.110.300_2 |
---|
576 | p5-io-compress 2.68.0_1 |
---|
577 | p5-io-digest 0.100.0_4 |
---|
578 | p5-io-interface 1.60.0_2 |
---|
579 | p5-io-kqueue 0.340.0_2 |
---|
580 | p5-io-multiplex 1.100.0_4 |
---|
581 | p5-io-pager 0.60.0_4 |
---|
582 | p5-io-pty-easy 0.70.0_4 |
---|
583 | p5-io-sessiondata 1.30.0_1 |
---|
584 | p5-io-socket-inet6 2.690.0_2 |
---|
585 | p5-io-socket-socks 0.620.0_1 |
---|
586 | p5-io-socket-ssl 2.8.0_1 |
---|
587 | p5-io-socket-timeout 0.270.0_1 |
---|
588 | p5-io-string 1.80.0_5 |
---|
589 | p5-io-stringy 2.110.0_5 |
---|
590 | p5-io-stty 0.20.0_4 |
---|
591 | p5-io-tee 0.640.0_4 |
---|
592 | p5-io-tty 1.120.0_1 |
---|
593 | p5-io-zlib 1.100.0_4 |
---|
594 | p5-ip-country 2.280.0_1 |
---|
595 | p5-ipc-cmd 0.920.0_1 |
---|
596 | p5-ipc-run 0.940.0_1 |
---|
597 | p5-ipc-run3 0.48.0_1 |
---|
598 | p5-ipe 0.1.48_4 |
---|
599 | p5-iterator 0.30.0_4 |
---|
600 | p5-iterator-util 0.20.0_4 |
---|
601 | p5-java 4.700.0_4 |
---|
602 | p5-javascript-spidermonkey 0.200.0_5 |
---|
603 | p5-json 2.900.0_1 |
---|
604 | p5-json-any 1.380.0_1 |
---|
605 | p5-json-maybexs 1.3.3_1 |
---|
606 | p5-json-parse 0.310.0_1 |
---|
607 | p5-json-pp 2.273.0_1 |
---|
608 | p5-json-xs 2.230.0_4 |
---|
609 | p5-lchown 1.10.0_2 |
---|
610 | p5-libapreq 1.340.0_4 |
---|
611 | p5-libapreq2 2.130.0_5 |
---|
612 | p5-libintl-perl 1.230.0_1 |
---|
613 | p5-libwww-perl 6.80.0_2 |
---|
614 | p5-libxml-enno 1.20.0_4 |
---|
615 | p5-libxml-perl 0.80.0_5 |
---|
616 | p5-lingua-en-findnumber 1.300.0_1 |
---|
617 | p5-lingua-en-inflect 1.895.0_1 |
---|
618 | p5-lingua-en-inflect-number 1.110.0_1 |
---|
619 | p5-lingua-en-inflect-phrase 0.180.0_1 |
---|
620 | p5-lingua-en-number-isordinal 0.40.0_1 |
---|
621 | p5-lingua-en-tagger 0.240.0_1 |
---|
622 | p5-lingua-en-words2nums 0.180.0_1 |
---|
623 | p5-lingua-pt-stemmer 0.10.0_4 |
---|
624 | p5-lingua-stem 0.840.0_4 |
---|
625 | p5-lingua-stem-fr 0.20.0_4 |
---|
626 | p5-lingua-stem-it 0.20.0_4 |
---|
627 | p5-lingua-stem-ru 0.10.0_4 |
---|
628 | p5-lingua-stem-snowball-da 1.10.0_4 |
---|
629 | p5-linux-cpuinfo 1.800.0_2 |
---|
630 | p5-list-allutils 0.90.0_1 |
---|
631 | p5-list-moreutils 0.402.0_1 |
---|
632 | p5-list-uniq 0.21.0_1 |
---|
633 | p5-lj-simple 0.150.0_4 |
---|
634 | p5-local-lib 1.8.9_1 |
---|
635 | p5-locale-gettext 1.50.0_9 |
---|
636 | p5-locale-maketext-fuzzy 0.20.0_4 |
---|
637 | p5-locale-maketext-lexicon 0.860.0_3 |
---|
638 | p5-locale-maketext-simple 0.210.0_4 |
---|
639 | p5-lockfile-simple 0.2.5_4 |
---|
640 | p5-log-any 0.110.0_4 |
---|
641 | p5-log-dispatch 2.440.0_1 |
---|
642 | p5-log-log4perl 1.420.0_2 |
---|
643 | p5-log-log4perl-appender-socket-unix 1.40.0_2 |
---|
644 | p5-lwp-attic 1.0.0_4 |
---|
645 | p5-lwp-authen-wsse 0.50.0_1 |
---|
646 | p5-lwp-mediatypes 6.20.0_2 |
---|
647 | p5-lwp-protocol-http10 6.30.0_1 |
---|
648 | p5-lwp-protocol-https 6.60.0_2 |
---|
649 | p5-lwp-useragent-determined 1.70.0_1 |
---|
650 | p5-mac-appleevents-simple 1.180.0_4 |
---|
651 | p5-mac-applescript 0.40.0_4 |
---|
652 | p5-mac-applescript-glue 0.30.0_5 |
---|
653 | p5-mac-applesingledouble 1.0.0_5 |
---|
654 | p5-mac-apps-launch 1.930.0_4 |
---|
655 | p5-mac-carbon 0.820.0_4 |
---|
656 | p5-mac-errors 1.130.0_4 |
---|
657 | p5-mac-glue 1.300.0_4 |
---|
658 | p5-mac-growl 0.670.0_3 |
---|
659 | p5-mac-osa-simple 1.90.0_5 |
---|
660 | p5-mac-pasteboard 0.2.0_3 |
---|
661 | p5-mac-propertylist 1.400.0_2 |
---|
662 | p5-mac-sysprofile 0.30.0_4 |
---|
663 | p5-mac-systemdirectory 0.40.0_4 |
---|
664 | p5-macosx-file 0.710.0_5 |
---|
665 | p5-mail-audit 2.228.0_1 |
---|
666 | p5-mail-box 2.70.0_4 |
---|
667 | p5-mail-clamav 0.290.0_6 |
---|
668 | p5-mail-dkim 0.400.0_1 |
---|
669 | p5-mail-imapclient 3.340.0_2 |
---|
670 | p5-mail-mboxparser 0.550.0_4 |
---|
671 | p5-mail-pop3client 2.190.0_1 |
---|
672 | p5-mail-rfc822-address 0.300.0_1 |
---|
673 | p5-mail-sender 0.8.16_3 |
---|
674 | p5-mail-sendmail 0.790.0_4 |
---|
675 | p5-mail-spamassassin 3.4.0_1 |
---|
676 | p5-mail-spf 2.9.0_1 |
---|
677 | p5-mail-srs 0.310.0_4 |
---|
678 | p5-mail-webmail-gmail 1.90.0_4 |
---|
679 | p5-mailtools 2.140.0_1 |
---|
680 | p5-marc-record 2.0.6_1 |
---|
681 | p5-masonx-request-withapachesession 0.310.0_4 |
---|
682 | p5-math-base85 0.200.0_4 |
---|
683 | p5-math-bezier 0.10.0_5 |
---|
684 | p5-math-bigint 1.999.300_1 |
---|
685 | p5-math-bigrat 0.260.600_1 |
---|
686 | p5-math-combinatorics 0.90.0_2 |
---|
687 | p5-math-derivative 0.10.0_2 |
---|
688 | p5-math-gmp 2.70.0_1 |
---|
689 | p5-math-matrix 0.500.0_1 |
---|
690 | p5-math-mpfi 0.50.0_1 |
---|
691 | p5-math-mpfr 3.220.0_1 |
---|
692 | p5-math-pari 2.10.808_1 |
---|
693 | p5-math-random 0.710.0_4 |
---|
694 | p5-math-random-isaac 1.4.0_1 |
---|
695 | p5-math-random-secure 0.50.0_5 |
---|
696 | p5-math-round 0.60.0_4 |
---|
697 | p5-math-spline 0.20.0_1 |
---|
698 | p5-mecab 0.996.0_1 |
---|
699 | p5-memoize 1.30.0_1 |
---|
700 | p5-memoize-expirelru 0.550.0_4 |
---|
701 | p5-mhonarc 2.6.19_1 |
---|
702 | p5-mime-base32 1.2.0_4 |
---|
703 | p5-mime-base64 3.140.0_2 |
---|
704 | p5-mime-charset 1.011.3_1 |
---|
705 | p5-mime-encwords 1.014.3_1 |
---|
706 | p5-mime-lite 3.30.0_1 |
---|
707 | p5-mime-lite-html 1.240.0_1 |
---|
708 | p5-mime-tools 5.505.0_1 |
---|
709 | p5-mime-types 2.90.0_1 |
---|
710 | p5-mixin-linewise 0.106.0_2 |
---|
711 | p5-mldbm 2.50.0_1 |
---|
712 | p5-module-build 0.421.0_2 |
---|
713 | p5-module-build-tiny 0.39.0_2 |
---|
714 | p5-module-build-xsutil 0.140.0_1 |
---|
715 | p5-module-compile 0.350.0_1 |
---|
716 | p5-module-corelist 5.201.412.200_1 |
---|
717 | p5-module-depends 0.150.0_5 |
---|
718 | p5-module-find 0.120.0_1 |
---|
719 | p5-module-implementation 0.90.0_1 |
---|
720 | p5-module-install 1.140.0_1 |
---|
721 | p5-module-load 0.320.0_2 |
---|
722 | p5-module-load-conditional 0.620.0_1 |
---|
723 | p5-module-metadata 1.0.24_1 |
---|
724 | p5-module-pluggable 5.100.0_1 |
---|
725 | p5-module-refresh 0.170.0_1 |
---|
726 | p5-module-runtime 0.14.0_2 |
---|
727 | p5-module-runtime-conflicts 0.1.0_1 |
---|
728 | p5-module-scandeps 1.170.0_1 |
---|
729 | p5-module-signature 0.730.0_2 |
---|
730 | p5-module-starter 1.500.0_4 |
---|
731 | p5-module-versions-report 1.60.0_1 |
---|
732 | p5-mogilefs-client 1.170.0_1 |
---|
733 | p5-mogilefs-server 2.320.0_4 |
---|
734 | p5-mogilefs-utils 2.280.0_1 |
---|
735 | p5-mojolicious 5.280.0_1 |
---|
736 | p5-monotone-automatestdio 1.30.0_2 |
---|
737 | p5-moo 1.6.1_1 |
---|
738 | p5-moose 2.140.300_1 |
---|
739 | p5-moose-autobox 0.150.0_1 |
---|
740 | p5-moose-policy 0.50.0_4 |
---|
741 | p5-moosex-aliases 0.110.0_1 |
---|
742 | p5-moosex-classattribute 0.270.0_1 |
---|
743 | p5-moosex-emulate-class-accessor-fast 0.9.30_4 |
---|
744 | p5-moosex-getopt 0.650.0_1 |
---|
745 | p5-moosex-log-log4perl 0.460.0_2 |
---|
746 | p5-moosex-markasmethods 0.150.0_1 |
---|
747 | p5-moosex-methodattributes 0.290.0_1 |
---|
748 | p5-moosex-multiinitarg 0.20.0_1 |
---|
749 | p5-moosex-nonmoose 0.260.0_1 |
---|
750 | p5-moosex-params-validate 0.190.0_1 |
---|
751 | p5-moosex-role-parameterized 1.80.0_1 |
---|
752 | p5-moosex-role-strict 0.50.0_3 |
---|
753 | p5-moosex-role-withoverloading 0.160.0_1 |
---|
754 | p5-moosex-semiaffordanceaccessor 0.100.0_1 |
---|
755 | p5-moosex-singleton 0.290.0_2 |
---|
756 | p5-moosex-strictconstructor 0.190.0_2 |
---|
757 | p5-moosex-traits 0.120.0_2 |
---|
758 | p5-moosex-traits-pluggable 0.120.0_1 |
---|
759 | p5-moosex-types 0.450.0_1 |
---|
760 | p5-moosex-types-common 0.1.12_1 |
---|
761 | p5-moosex-types-laxnum 0.40.0_2 |
---|
762 | p5-moosex-types-loadableclass 0.13.0_1 |
---|
763 | p5-moox-handlesvia 0.1.5_2 |
---|
764 | p5-moox-late 0.15.0_1 |
---|
765 | p5-moox-types-mooselike 0.270.0_1 |
---|
766 | p5-mouse 2.4.1_1 |
---|
767 | p5-mousex-types 0.60.0_1 |
---|
768 | p5-mozilla-ca 20141217_1 |
---|
769 | p5-mp3-info 1.240.0_4 |
---|
770 | p5-mp3-tag 1.130.0_3 |
---|
771 | p5-mro-compat 0.120.0_1 |
---|
772 | p5-mytop 1.200.0_4 |
---|
773 | p5-namespace-autoclean 0.220.0_1 |
---|
774 | p5-namespace-clean 0.250.0_1 |
---|
775 | p5-net 1.220.0_4 |
---|
776 | p5-net-appliance-phrasebook 2.103.642_1 |
---|
777 | p5-net-appliance-session 1.240.0_4 |
---|
778 | p5-net-bonjour 0.960.0_1 |
---|
779 | p5-net-cidr 0.170.0_1 |
---|
780 | p5-net-cidr-lite 0.210.0_3 |
---|
781 | p5-net-cups 0.610.0_3 |
---|
782 | p5-net-daemon 0.480.0_3 |
---|
783 | p5-net-dbus 1.0.0_1 |
---|
784 | p5-net-dict 2.180.0_1 |
---|
785 | p5-net-dns 0.810.0_1 |
---|
786 | p5-net-dns-resolver-programmable 0.3.0_5 |
---|
787 | p5-net-dns-sec 0.160.0_4 |
---|
788 | p5-net-domain-tld 1.720.0_1 |
---|
789 | p5-net-frame 1.110.0_1 |
---|
790 | p5-net-frame-dump 1.130.0_1 |
---|
791 | p5-net-frame-layer-icmpv6 1.90.0_1 |
---|
792 | p5-net-frame-layer-ipv6 1.60.0_1 |
---|
793 | p5-net-frame-simple 1.50.0_1 |
---|
794 | p5-net-ftpserver 1.122.0_4 |
---|
795 | p5-net-growl 0.990.0_4 |
---|
796 | p5-net-http 6.70.0_2 |
---|
797 | p5-net-ident 1.230.0_3 |
---|
798 | p5-net-idn-encode 2.200.0_1 |
---|
799 | p5-net-ip 1.260.0_1 |
---|
800 | p5-net-ip-match-regexp 1.10.0_4 |
---|
801 | p5-net-ipv4addr 0.100.0_4 |
---|
802 | p5-net-ipv6addr 0.200.0_4 |
---|
803 | p5-net-libidn 0.120.0_5 |
---|
804 | p5-net-netmask 1.902.100_4 |
---|
805 | p5-net-nslookup 1.160.0_4 |
---|
806 | p5-net-oauth 0.280.0_1 |
---|
807 | p5-net-openssh 0.620.0_1 |
---|
808 | p5-net-patricia 1.220.0_2 |
---|
809 | p5-net-pcap 0.170.0_1 |
---|
810 | p5-net-ping-external 0.150.0_1 |
---|
811 | p5-net-radius 2.103.0_1 |
---|
812 | p5-net-rawip 0.250.0_1 |
---|
813 | p5-net-senderbase 1.20.0_1 |
---|
814 | p5-net-server 2.8.0_2 |
---|
815 | p5-net-smtp-ssl 1.10.0_1 |
---|
816 | p5-net-smtp_auth 0.80.0_4 |
---|
817 | p5-net-snmp 6.0.1_1 |
---|
818 | p5-net-snpp 1.170.0_4 |
---|
819 | p5-net-ssh-perl 1.370.0_1 |
---|
820 | p5-net-ssh2 0.330.0_4 |
---|
821 | p5-net-ssleay 1.660.0_1 |
---|
822 | p5-net-stomp 0.490.0_1 |
---|
823 | p5-net-syslog 0.40.0_3 |
---|
824 | p5-net-telnet 3.40.0_1 |
---|
825 | p5-net-telnet-cisco 1.100.0_4 |
---|
826 | p5-net-twitter 4.10.60_1 |
---|
827 | p5-net-twitter-lite 0.100.20_4 |
---|
828 | p5-net-upnp 1.4.3_1 |
---|
829 | p5-net-z3950-zoom 1.300.0_1 |
---|
830 | p5-netaddr-ip 4.75.0_1 |
---|
831 | p5-netpacket 1.5.0_1 |
---|
832 | p5-news-nntpclient 0.370.0_4 |
---|
833 | p5-next 0.650.0_4 |
---|
834 | p5-nkf 2.130.0_1 |
---|
835 | p5-nmap-scanner 1.0.0_4 |
---|
836 | p5-number-compare 0.30.0_3 |
---|
837 | p5-number-format 1.520.0_4 |
---|
838 | p5-object-destroyer 2.10.0_1 |
---|
839 | p5-object-id 0.1.2_1 |
---|
840 | p5-object-signature 1.70.0_1 |
---|
841 | p5-object-tiny 1.80.0_1 |
---|
842 | p5-ogg-vorbis-header-pureperl 1.0.0_3 |
---|
843 | p5-ole-storage_lite 0.190.0_1 |
---|
844 | p5-opengl 0.670.300_1 |
---|
845 | p5-openoffice-oodoc 2.125.0_3 |
---|
846 | p5-package-constants 0.60.0_1 |
---|
847 | p5-package-deprecationmanager 0.130.0_2 |
---|
848 | p5-package-stash 0.370.0_1 |
---|
849 | p5-package-stash-xs 0.280.0_2 |
---|
850 | p5-package-variant 1.2.2_1 |
---|
851 | p5-padwalker 2.0.0_1 |
---|
852 | p5-palm 1.14.0_1 |
---|
853 | p5-pango 1.226.0_2 |
---|
854 | p5-panotools-script 0.280.0_1 |
---|
855 | p5-par-dist 0.490.0_1 |
---|
856 | p5-params-check 0.380.0_2 |
---|
857 | p5-params-util 1.70.0_2 |
---|
858 | p5-params-validate 1.130.0_1 |
---|
859 | p5-parent 0.228.0_2 |
---|
860 | p5-parse-cpan-meta 1.441.400_1 |
---|
861 | p5-parse-mediawikidump 1.0.6_1 |
---|
862 | p5-parse-recdescent 1.967.9_2 |
---|
863 | p5-parse-win32registry 1.0.0_1 |
---|
864 | p5-parse-yapp 1.50.0_4 |
---|
865 | p5-patchreader 0.9.6_3 |
---|
866 | p5-path-class 0.350.0_1 |
---|
867 | p5-path-finddev 0.5.2_1 |
---|
868 | p5-path-isdev 1.1.2_1 |
---|
869 | p5-path-tiny 0.61.0_2 |
---|
870 | p5-pathtools 3.470.0_2 |
---|
871 | p5-pcsc 1.4.13_1 |
---|
872 | p5-pdf-api2 2.22.0_1 |
---|
873 | p5-pdf-reuse 0.350.0_1 |
---|
874 | p5-pdl 2.7.0_6 |
---|
875 | p5-pdl-graphics-gnuplot 2.4.0_1 |
---|
876 | p5-pdl-stats 0.6.5_1 |
---|
877 | p5-pegex 0.590.0_1 |
---|
878 | p5-perl-critic 1.123.0_2 |
---|
879 | p5-perl-ldap 0.640.0_1 |
---|
880 | p5-perl-ostype 1.7.0_2 |
---|
881 | p5-perl-tidy 20140711_1 |
---|
882 | p5-perl6-junction 1.600.0_1 |
---|
883 | p5-perlbal 1.800.0_1 |
---|
884 | p5-perlio-eol 0.140.0_3 |
---|
885 | p5-perlio-gzip 0.180.0_4 |
---|
886 | p5-perlio-layers 0.11.0_1 |
---|
887 | p5-perlio-utf8_strict 0.4.0_1 |
---|
888 | p5-perlio-util 0.720.0_1 |
---|
889 | p5-perlio-via-bzip2 0.20.0_4 |
---|
890 | p5-perlio-via-dynamic 0.130.0_4 |
---|
891 | p5-perlio-via-symlink 0.50.0_4 |
---|
892 | p5-perlio-via-timeout 0.290.0_1 |
---|
893 | p5-perlmagick 6.9.0-0_1 |
---|
894 | p5-pgplot 2.210.0_2 |
---|
895 | p5-pgtop 0.50.0_4 |
---|
896 | p5-php-serialization 0.340.0_4 |
---|
897 | p5-plack 1.3.300_2 |
---|
898 | p5-plack-middleware-fixmissingbodyinredirect 0.120.0_1 |
---|
899 | p5-plack-middleware-methodoverride 0.100.0_1 |
---|
900 | p5-plack-middleware-removeredundantbody 0.50.0_1 |
---|
901 | p5-plack-middleware-reverseproxy 0.150.0_1 |
---|
902 | p5-plack-test-externalserver 0.10.0_1 |
---|
903 | p5-plrpc 0.202.0_4 |
---|
904 | p5-pmtools 2.0.0_1 |
---|
905 | p5-pod-coverage 0.230.0_2 |
---|
906 | p5-pod-coverage-trustpod 0.100.3_1 |
---|
907 | p5-pod-escapes 1.70.0_1 |
---|
908 | p5-pod-eventual 0.94.1_1 |
---|
909 | p5-pod-markdown 2.2.0_1 |
---|
910 | p5-pod-pom 0.290.0_1 |
---|
911 | p5-pod-projectdocs 0.400.0_3 |
---|
912 | p5-pod-readme 1.1.2_1 |
---|
913 | p5-pod-simple 3.280.0_2 |
---|
914 | p5-pod-spell 1.150.0_1 |
---|
915 | p5-pod-tests 1.190.0_4 |
---|
916 | p5-pod2-base 0.43.0_1 |
---|
917 | p5-podlators 2.5.3_2 |
---|
918 | p5-podtohtml 0.80.0_4 |
---|
919 | p5-poppler 0.40.0_2 |
---|
920 | p5-posix-strftime-compiler 0.400.0_1 |
---|
921 | p5-postscript 0.60.0_2 |
---|
922 | p5-postscript-font 1.10.02_1 |
---|
923 | p5-postscript-simple 0.80.0_1 |
---|
924 | p5-ppi 1.220.0_1 |
---|
925 | p5-ppi-html 1.80.0_2 |
---|
926 | p5-ppix-regexp 0.37.0_1 |
---|
927 | p5-ppix-utilities 1.1.0_3 |
---|
928 | p5-prefork 1.40.0_1 |
---|
929 | p5-probe-perl 0.30.0_1 |
---|
930 | p5-psgi 1.102.0_2 |
---|
931 | p5-razor-agents 2.840.0_4 |
---|
932 | p5-readonly 2.0.0_1 |
---|
933 | p5-readonly-xs 1.50.0_5 |
---|
934 | p5-redis 1.976.0_1 |
---|
935 | p5-regexp-assemble 0.350.0_1 |
---|
936 | p5-regexp-common 2013031301_1 |
---|
937 | p5-regexp-parser 0.210.0_1 |
---|
938 | p5-regexp-shellish 0.930.0_5 |
---|
939 | p5-return-value 1.666.4_1 |
---|
940 | p5-role-tiny 1.3.4_1 |
---|
941 | p5-roman 1.230.0_1 |
---|
942 | p5-rpc-xml 0.780.0_1 |
---|
943 | p5-rtf-parser 1.120.0_1 |
---|
944 | p5-rtf-tokenizer 1.180.0_1 |
---|
945 | p5-safe-isa 1.0.5_1 |
---|
946 | p5-scalar-list-utils 1.410.0_1 |
---|
947 | p5-scope-guard 0.200.0_5 |
---|
948 | p5-sdl_perl 2.1.3_6 |
---|
949 | p5-set-object 1.340.0_1 |
---|
950 | p5-set-scalar 1.260.0_1 |
---|
951 | p5-sgml-parser-opensp 0.994.0_5 |
---|
952 | p5-sgmlspm 1.03ii.0_2 |
---|
953 | p5-shell-parser 0.40.0_4 |
---|
954 | p5-smart-comments 1.0.5_1 |
---|
955 | p5-snmp_session 1.130.0_4 |
---|
956 | p5-snowball-norwegian 1.200.0_4 |
---|
957 | p5-snowball-swedish 1.200.0_4 |
---|
958 | p5-soap-lite 1.120.0_1 |
---|
959 | p5-socket6 0.250.0_2 |
---|
960 | p5-sort-naturally 1.20.0_3 |
---|
961 | p5-sort-versions 1.600.0_1 |
---|
962 | p5-spiffy 0.460.0_1 |
---|
963 | p5-spreadsheet-parseexcel 0.650.0_2 |
---|
964 | p5-spreadsheet-writeexcel 2.400.0_1 |
---|
965 | p5-sql-abstract 1.810.0_1 |
---|
966 | p5-sql-abstract-limit 0.141.0_4 |
---|
967 | p5-sql-statement 1.405.0_2 |
---|
968 | p5-sql-translator 0.110.200_1 |
---|
969 | p5-statistics-descriptive 3.60.700_1 |
---|
970 | p5-storable 2.510.0_1 |
---|
971 | p5-stream-buffered 0.30.0_1 |
---|
972 | p5-strictures 1.5.5_1 |
---|
973 | p5-string-camelcase 0.20.0_1 |
---|
974 | p5-string-crc32 1.500.0_1 |
---|
975 | p5-string-ediff 0.90.0_1 |
---|
976 | p5-string-escape 2010.2.0_4 |
---|
977 | p5-string-format 1.170.0_1 |
---|
978 | p5-string-random 0.260.0_1 |
---|
979 | p5-string-rewriteprefix 0.7.0_1 |
---|
980 | p5-string-shellquote 1.40.0_3 |
---|
981 | p5-string-toidentifier-en 0.110.0_1 |
---|
982 | p5-string-tokenizer 0.50.0_4 |
---|
983 | p5-string-truncate 1.100.602_1 |
---|
984 | p5-sub-exporter 0.987.0_2 |
---|
985 | p5-sub-exporter-progressive 0.1.11_1 |
---|
986 | p5-sub-identify 0.80.0_1 |
---|
987 | p5-sub-install 0.928.0_2 |
---|
988 | p5-sub-name 0.120.0_1 |
---|
989 | p5-sub-uplevel 0.240.0_2 |
---|
990 | p5-svg 2.590.0_1 |
---|
991 | p5-svn-dump 0.60.0_1 |
---|
992 | p5-svn-mirror 0.750.0_3 |
---|
993 | p5-svn-notify 2.840.0_1 |
---|
994 | p5-svn-simple 0.280.0_5 |
---|
995 | p5-switch 2.170.0_1 |
---|
996 | p5-syntax 0.4.0_1 |
---|
997 | p5-syntax-highlight-perl 1.0.0_2 |
---|
998 | p5-syntax-keyword-junction 0.3.8_1 |
---|
999 | p5-sys-cpuload 0.30.0_3 |
---|
1000 | p5-sys-filesystem 1.406.0_4 |
---|
1001 | p5-sys-hostname-long 1.400.0_4 |
---|
1002 | p5-sys-info 0.780.0_1 |
---|
1003 | p5-sys-info-base 0.780.300_1 |
---|
1004 | p5-sys-info-driver-osx 0.795.800_1 |
---|
1005 | p5-sys-meminfo 0.910.0_1 |
---|
1006 | p5-sys-syscall 0.250.0_2 |
---|
1007 | p5-sys-syslog 0.330.0_1 |
---|
1008 | p5-sysadm-install 0.440.0_1 |
---|
1009 | p5-task-weaken 1.40.0_1 |
---|
1010 | p5-template-gd 2.660.0_5 |
---|
1011 | p5-template-plugin-class 0.140.0_4 |
---|
1012 | p5-template-timer 1.0.0_4 |
---|
1013 | p5-template-toolkit 2.260.0_1 |
---|
1014 | p5-term-gnuplot 0.903.809.50_9 |
---|
1015 | p5-term-progressbar 2.160.0_1 |
---|
1016 | p5-term-prompt 1.40.0_4 |
---|
1017 | p5-term-readkey 2.320.0_2 |
---|
1018 | p5-term-readline-gnu 1.250.0_1 |
---|
1019 | p5-term-shell 0.60.0_1 |
---|
1020 | p5-term-sk 0.140.0_1 |
---|
1021 | p5-term-twiddle 2.730.0_2 |
---|
1022 | p5-term-vt102 0.910.0_2 |
---|
1023 | p5-termextract 4.100.0_1 |
---|
1024 | p5-test-base 0.880.0_1 |
---|
1025 | p5-test-classapi 1.60.0_4 |
---|
1026 | p5-test-cleannamespaces 0.160.0_2 |
---|
1027 | p5-test-command 0.110.0_1 |
---|
1028 | p5-test-cpan-meta 0.230.0_1 |
---|
1029 | p5-test-cpan-meta-yaml 0.220.0_2 |
---|
1030 | p5-test-deep 0.114.0_2 |
---|
1031 | p5-test-differences 0.630.0_1 |
---|
1032 | p5-test-exception 0.350.0_1 |
---|
1033 | p5-test-expect 0.310.0_1 |
---|
1034 | p5-test-fatal 0.14.0_1 |
---|
1035 | p5-test-harness 3.340.0_1 |
---|
1036 | p5-test-inline 2.213.0_1 |
---|
1037 | p5-test-inter 1.50.0_1 |
---|
1038 | p5-test-leaktrace 0.150.0_1 |
---|
1039 | p5-test-longstring 0.150.0_5 |
---|
1040 | p5-test-manifest 2.20.0_1 |
---|
1041 | p5-test-memory-cycle 1.40.0_4 |
---|
1042 | p5-test-mock-lwp 0.60.0_2 |
---|
1043 | p5-test-mockobject 1.201.404.80_1 |
---|
1044 | p5-test-mocktime 0.130.0_1 |
---|
1045 | p5-test-most 0.340.0_1 |
---|
1046 | p5-test-nowarnings 1.40.0_2 |
---|
1047 | p5-test-object 0.70.0_5 |
---|
1048 | p5-test-output 1.30.0_3 |
---|
1049 | p5-test-perl-critic 1.20.0_4 |
---|
1050 | p5-test-pod 1.480.0_2 |
---|
1051 | p5-test-pod-coverage 1.100.0_2 |
---|
1052 | p5-test-portability-files 0.50.0_4 |
---|
1053 | p5-test-requires 0.80.0_2 |
---|
1054 | p5-test-script 1.70.0_5 |
---|
1055 | p5-test-sharedfork 0.290.0_1 |
---|
1056 | p5-test-simple 1.1.14_1 |
---|
1057 | p5-test-subcalls 1.90.0_6 |
---|
1058 | p5-test-sys-info 0.200.0_1 |
---|
1059 | p5-test-taint 1.60.0_1 |
---|
1060 | p5-test-tcp 2.60.0_1 |
---|
1061 | p5-test-unit 0.250.0_2 |
---|
1062 | p5-test-warn 0.300.0_1 |
---|
1063 | p5-test-warnings 0.19.0_2 |
---|
1064 | p5-test-without-module 0.180.0_1 |
---|
1065 | p5-test-www-mechanize 1.440.0_1 |
---|
1066 | p5-test-www-mechanize-catalyst 0.590.0_1 |
---|
1067 | p5-test-www-selenium 1.360.0_1 |
---|
1068 | p5-test-yaml-meta 0.200.0_2 |
---|
1069 | p5-test-yaml-valid 0.40.0_5 |
---|
1070 | p5-text-aligner 0.120.0_1 |
---|
1071 | p5-text-aspell 0.90.0_2 |
---|
1072 | p5-text-autoformat 1.669.4_2 |
---|
1073 | p5-text-balanced 2.20.0_4 |
---|
1074 | p5-text-bibtex 0.690.0_2 |
---|
1075 | p5-text-chasen 1.40.0_5 |
---|
1076 | p5-text-csv 1.320.0_1 |
---|
1077 | p5-text-csv_xs 1.120.0_1 |
---|
1078 | p5-text-diff 1.410.0_4 |
---|
1079 | p5-text-german 0.60.0_4 |
---|
1080 | p5-text-glob 0.90.0_3 |
---|
1081 | p5-text-iconv 1.700.0_1 |
---|
1082 | p5-text-kakasi 2.40.0_4 |
---|
1083 | p5-text-levenshteinxs 0.30.0_5 |
---|
1084 | p5-text-markdown 1.0.31_2 |
---|
1085 | p5-text-multimarkdown 1.0.35_2 |
---|
1086 | p5-text-parsewords 3.290.0_2 |
---|
1087 | p5-text-pdf 0.290.0_5 |
---|
1088 | p5-text-quoted 2.80.0_1 |
---|
1089 | p5-text-recordparser 1.6.3_1 |
---|
1090 | p5-text-reform 1.200.0_2 |
---|
1091 | p5-text-simpletable 2.30.0_5 |
---|
1092 | p5-text-soundex 3.40.0_1 |
---|
1093 | p5-text-spellchecker 0.110.0_2 |
---|
1094 | p5-text-table 1.130.0_1 |
---|
1095 | p5-text-tabsxwrap 2013.52.300_2 |
---|
1096 | p5-text-tabulardisplay 1.380.0_2 |
---|
1097 | p5-text-template 1.460.0_2 |
---|
1098 | p5-text-trac 0.160.0_1 |
---|
1099 | p5-text-unidecode 1.230.0_1 |
---|
1100 | p5-text-vfile-asdata 0.80.0_2 |
---|
1101 | p5-text-vimcolor 0.240.0_1 |
---|
1102 | p5-text-wikiformat 0.810.0_2 |
---|
1103 | p5-text-wrapi18n 0.60.0_2 |
---|
1104 | p5-text-wrapper 1.50.0_2 |
---|
1105 | p5-thrift 0.8.0_2 |
---|
1106 | p5-throwable 0.200.12_1 |
---|
1107 | p5-tie-cycle 1.200.0_1 |
---|
1108 | p5-tie-dbi 1.50.0_3 |
---|
1109 | p5-tie-encryptedhash 1.240.0_5 |
---|
1110 | p5-tie-ixhash 1.230.0_2 |
---|
1111 | p5-tie-refhash 1.390.0_2 |
---|
1112 | p5-tie-toobject 0.30.0_6 |
---|
1113 | p5-time-duration 1.100.0_2 |
---|
1114 | p5-time-epoch 0.20.0_5 |
---|
1115 | p5-time-format 1.120.0_2 |
---|
1116 | p5-time-hires 1.972.600_2 |
---|
1117 | p5-time-mock v0.0.2_1 |
---|
1118 | p5-time-modules 2013.91.200_2 |
---|
1119 | p5-time-out 0.110.0_1 |
---|
1120 | p5-time-period 1.200.0_4 |
---|
1121 | p5-time-piece 1.270.0_2 |
---|
1122 | p5-time-progress 1.800.0_2 |
---|
1123 | p5-time-warp 0.510.0_1 |
---|
1124 | p5-time-y2038 20100403_4 |
---|
1125 | p5-timedate 2.300.0_2 |
---|
1126 | p5-tk 804.32.0_2 |
---|
1127 | p5-tree-dag_node 1.230.0_1 |
---|
1128 | p5-tree-simple 1.240.0_1 |
---|
1129 | p5-tree-simple-view 0.170.0_5 |
---|
1130 | p5-tree-simple-visitorfactory 0.120.0_2 |
---|
1131 | p5-try-tiny 0.220.0_2 |
---|
1132 | p5-type-tiny 1.0.4_1 |
---|
1133 | p5-type-tiny-xs 0.12.0_1 |
---|
1134 | p5-unicode-collate 1.90.0_1 |
---|
1135 | p5-unicode-escape 0.0.2_1 |
---|
1136 | p5-unicode-linebreak 2014.60.0_2 |
---|
1137 | p5-unicode-string 2.90.0_5 |
---|
1138 | p5-unicode-utf8 0.600.0_1 |
---|
1139 | p5-universal-can 1.201.403.280_1 |
---|
1140 | p5-universal-isa 1.201.409.270_1 |
---|
1141 | p5-universal-moniker 0.80.0_5 |
---|
1142 | p5-universal-require 0.170.0_2 |
---|
1143 | p5-unix-syslog 1.100.0_4 |
---|
1144 | p5-uri 1.650.0_1 |
---|
1145 | p5-uri-fetch 0.100.0_2 |
---|
1146 | p5-uuid 0.50.0_2 |
---|
1147 | p5-variable-magic 0.550.0_1 |
---|
1148 | p5-vcp-autrijus-snapshot 0.9.5.11.0_5 |
---|
1149 | p5-vcp-dest-svk 0.290.0_4 |
---|
1150 | p5-vcp-source-cvsbk 0.110.0_4 |
---|
1151 | p5-version 0.990.900_1 |
---|
1152 | p5-vonage-click2call 0.110.0_5 |
---|
1153 | p5-want 0.250.0_1 |
---|
1154 | p5-warnings-unused 0.60.0_2 |
---|
1155 | p5-web-scraper 0.380.0_1 |
---|
1156 | p5-www-curl 4.170.0_1 |
---|
1157 | p5-www-mechanize 1.730.0_1 |
---|
1158 | p5-www-mechanize-sleepy 0.700.0_3 |
---|
1159 | p5-www-robotrules 6.20.0_2 |
---|
1160 | p5-www-search 2.513.0_1 |
---|
1161 | p5-www-shorten 3.60.0_1 |
---|
1162 | p5-www-shorten-googl 1.20.0_2 |
---|
1163 | p5-www-urltoys 1.280.0_4 |
---|
1164 | p5-www-wolframalpha 1.100.0_3 |
---|
1165 | p5-wx 0.992.300_3 |
---|
1166 | p5-wx-demo 0.220.0_1 |
---|
1167 | p5-x11-protocol 0.560.0_4 |
---|
1168 | p5-xml-apachefop 0.30.0_4 |
---|
1169 | p5-xml-atom 0.410.0_1 |
---|
1170 | p5-xml-autowriter 0.400.0_4 |
---|
1171 | p5-xml-dom 1.440.0_5 |
---|
1172 | p5-xml-dom-xpath 0.140.0_4 |
---|
1173 | p5-xml-entities 1.0.100_2 |
---|
1174 | p5-xml-feed 0.520.0_1 |
---|
1175 | p5-xml-filter-buffertext 1.10.0_4 |
---|
1176 | p5-xml-libxml 2.11.700_1 |
---|
1177 | p5-xml-libxml-simple 0.940.0_1 |
---|
1178 | p5-xml-libxslt 1.920.0_1 |
---|
1179 | p5-xml-namespacesupport 1.110.0_6 |
---|
1180 | p5-xml-parser 2.410.0_2 |
---|
1181 | p5-xml-parser-easytree 0.10.0_4 |
---|
1182 | p5-xml-parser-lite-tree 0.140.0_1 |
---|
1183 | p5-xml-regexp 0.40.0_2 |
---|
1184 | p5-xml-rss 1.560.0_1 |
---|
1185 | p5-xml-sax 0.990.0_3 |
---|
1186 | p5-xml-sax-base 1.80.0_3 |
---|
1187 | p5-xml-sax-expat 0.510.0_2 |
---|
1188 | p5-xml-sax-writer 0.560.0_1 |
---|
1189 | p5-xml-simple 2.200.0_2 |
---|
1190 | p5-xml-treebuilder 5.400.0_1 |
---|
1191 | p5-xml-twig 3.480.0_1 |
---|
1192 | p5-xml-validator-schema 1.100.0_1 |
---|
1193 | p5-xml-writer 0.625.0_2 |
---|
1194 | p5-xml-writer-string 0.100.0_3 |
---|
1195 | p5-xml-xpath 1.130.0_5 |
---|
1196 | p5-xml-xpathengine 0.140.0_1 |
---|
1197 | p5-yaml 1.130.0_1 |
---|
1198 | p5-yaml-libyaml 0.550.0_1 |
---|
1199 | p5-yaml-syck 1.290.0_1 |
---|
1200 | p5-yaml-tiny 1.640.0_1 |
---|
1201 | p5-zeromq 0.230.0_2 |
---|
1202 | |
---|
1203 | |
---|
1204 | if {${subport} ne ${name}} { |
---|
1205 | PortGroup obsolete 1.0 |
---|
1206 | } else { |
---|
1207 | platforms darwin freebsd linux |
---|
1208 | supported_archs noarch |
---|
1209 | universal_variant no |
---|
1210 | maintainers larryv openmaintainer |
---|
1211 | description Metaport containing obsolete Perl subports |
---|
1212 | long_description This is a metaport for collecting obsolete \ |
---|
1213 | Perl subports so they don't cause spurious \ |
---|
1214 | build failures on the MacPorts buildslaves \ |
---|
1215 | whenever their superports are modified. It \ |
---|
1216 | cannot be installed. |
---|
1217 | homepage https://www.macports.org |
---|
1218 | archive_sites |
---|
1219 | master_sites |
---|
1220 | pre-fetch { |
---|
1221 | ui_error {This is a metaport for obsolete Perl subports.} |
---|
1222 | return -code error {non-installable metaport} |
---|
1223 | } |
---|
1224 | } |
---|