Changeset 8d4d84d
- Timestamp:
- 10/16/2018 12:35:38 AM (6 years ago)
- Branches:
- perl-modules
- Children:
- a27b10e
- Parents:
- c5207e4
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc5207e4 r8d4d84d 50 50 <!ENTITY mozilla-hg "https://hg.mozilla.org/releases/mozilla-release/archive/"> 51 51 <!ENTITY perl_authors "https://www.cpan.org/authors"> 52 <!ENTITY metacpan_authors "https://cpan.metacpan.org/authors/id /">52 <!ENTITY metacpan_authors "https://cpan.metacpan.org/authors/id"> 53 53 <!ENTITY pymodules-dl "https://files.pythonhosted.org/packages/source"> 54 54 <!ENTITY sourceforge-dl "https://downloads.sourceforge.net"> -
general/prog/perl-deps.xml
rc5207e4 r8d4d84d 98 98 <listitem> 99 99 <para> 100 <xref linkend="new-perl-devel-stacktrace"/> 101 </para> 102 </listitem> 103 <listitem> 104 <para> 100 105 <xref linkend="new-perl-dist-checkconflicts"/> 101 106 </para> … … 103 108 <listitem> 104 109 <para> 110 <xref linkend="new-perl-eval-closure"/> 111 </para> 112 </listitem> 113 <listitem> 114 <para> 105 115 <xref linkend="perl-exporter-tiny"/> 106 116 </para> … … 118 128 <listitem> 119 129 <para> 130 <xref linkend="new-perl-file-sharedir-install"/> 131 </para> 132 </listitem> 133 <listitem> 134 <para> 120 135 <xref linkend="perl-http-date"/> 121 136 </para> … … 178 193 <listitem> 179 194 <para> 195 <xref linkend="new-perl-mro-compat"/> 196 </para> 197 </listitem> 198 <listitem> 199 <para> 180 200 <xref linkend="new-perl-namespace-autoclean"/> 181 201 </para> … … 203 223 <listitem> 204 224 <para> 225 <xref linkend="new-perl-role-tiny"/> 226 </para> 227 </listitem> 228 <listitem> 229 <para> 230 <xref linkend="new-perl-specio"/> 231 </para> 232 </listitem> 233 <listitem> 234 <para> 205 235 <xref linkend="new-perl-sub-exporter-progressive"/> 206 236 </para> … … 214 244 <para> 215 245 <xref linkend="perl-sub-name"/> 246 </para> 247 </listitem> 248 <listitem> 249 <para> 250 <xref linkend="new-perl-sub-quote"/> 216 251 </para> 217 252 </listitem> … … 344 379 345 380 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 381 href="perl-deps/perl-devel-stacktrace.xml"/> 382 383 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 346 384 href="perl-deps/perl-dist-checkconflicts.xml"/> 347 385 348 386 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 387 href="perl-deps/perl-eval-closure.xml"/> 388 389 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 349 390 href="perl-deps/perl-exporter-tiny.xml"/> 350 391 … … 356 397 357 398 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 399 href="perl-deps/perl-file-sharedir-install.xml"/> 400 401 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 358 402 href="perl-deps/perl-http-date.xml"/> 359 403 … … 392 436 393 437 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 438 href="perl-deps/perl-mro-compat.xml"/> 439 440 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 394 441 href="perl-deps/perl-namespace-autoclean.xml"/> 395 442 … … 407 454 408 455 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 456 href="perl-deps/perl-role-tiny.xml"/> 457 458 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 459 href="perl-deps/perl-specio.xml"/> 460 461 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 409 462 href="perl-deps/perl-sub-exporter-progressive.xml"/> 410 463 … … 416 469 417 470 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 471 href="perl-deps/perl-sub-quote.xml"/> 472 473 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 418 474 href="perl-deps/perl-sub-uplevel.xml"/> 419 475 -
packages.ent
rc5207e4 r8d4d84d 418 418 <!ENTITY Config-AutoConf-version "0.317"> 419 419 <!ENTITY CPAN-Meta-Check-version "0.014"> <!-- FIXME might not be needed --> 420 <!ENTITY Devel-StackTrace-version "2.03"> 420 421 <!ENTITY Dist-CheckConflicts-version "0.11"> 422 <!ENTITY Eval-Closure-version "0.14"> 421 423 <!ENTITY Exporter-Tiny-version "1.002001"> 422 424 <!ENTITY ExtUtils-LibBuilder-version "0.06"> 423 425 <!ENTITY File-Find-Rule-version "0.34"> 426 <!ENTITY File-ShareDir-Install-version "0.13"> 424 427 <!ENTITY HTTP-Date-version "6.02"> 425 428 <!ENTITY HTTP-Message-version "6.18"> … … 434 437 <!ENTITY Module-Implementation-version "0.09"> 435 438 <!ENTITY Module-Runtime-version "0.016"> 439 <!ENTITY MRO-Compat-version "0.13"> 436 440 <!ENTITY namespace-autoclean-version "0.28"> 437 441 <!ENTITY namespace-clean-version "0.27"> … … 439 443 <!ENTITY Number-Compare-version "0.03"> 440 444 <!ENTITY Package-Stash-version "0.37"> 445 <!ENTITY Role-Tiny-version "2.000006"> 446 <!ENTITY Specio-version "0.42"> 441 447 <!ENTITY Sub-Exporter-Progressive-version "0.001013"> 442 448 <!ENTITY Sub-Identify-version "0.14"> 443 449 <!ENTITY Sub-Name-version "0.21"> 450 <!ENTITY Sub-Quote-version "2.005001"> 444 451 <!ENTITY Sub-Uplevel-version "0.2800"> 445 452 <!ENTITY SUPER-version "1.20141117">
Note:
See TracChangeset
for help on using the changeset viewer.