mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
efa9e0dea0
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is useful to speed up loading of XML files in persistent web applications. This module caches the document object after the first load and returns the cached version on subsequent loads. Documents are reloaded whenever the document file changes. Changes to other files referenced during parsing also cause a reload. This includes external DTDs, external entities or XIncludes. WWW: http://search.cpan.org/dist/XML-LibXML-Cache/ Feature safe: yes
12 lines
463 B
Plaintext
12 lines
463 B
Plaintext
%%SITE_PERL%%/XML/LibXML/Cache.pm
|
|
%%SITE_PERL%%/XML/LibXML/Cache/Base.pm
|
|
%%SITE_PERL%%/XML/LibXSLT/Cache.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Cache/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Cache
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
|
@dirrmtry %%SITE_PERL%%/XML/LibXSLT
|
|
@dirrm %%SITE_PERL%%/XML/LibXML/Cache
|
|
@dirrmtry %%SITE_PERL%%/XML/LibXML
|
|
@dirrmtry %%SITE_PERL%%/XML
|