diff options
author | dakkar <dakkar@luxion> | 2007-08-13 13:39:41 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2007-08-13 13:39:41 +0000 |
commit | 1a33e97c0208c53a1e3ecc11e72a288bdba97840 (patch) | |
tree | fc481d391a7ae9adc46162d9fe916c0735957c7b /lib/File/Cache/Parsed.pm | |
parent | ora sta in Text::Restructured::Writer::LibXML (diff) | |
download | WebCoso-1a33e97c0208c53a1e3ecc11e72a288bdba97840.tar.gz WebCoso-1a33e97c0208c53a1e3ecc11e72a288bdba97840.tar.bz2 WebCoso-1a33e97c0208c53a1e3ecc11e72a288bdba97840.zip |
inizio moduli di supporto: il parser trasparente
git-svn-id: svn://luxion/repos/WebCoso/trunk@269 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'lib/File/Cache/Parsed.pm')
-rw-r--r-- | lib/File/Cache/Parsed.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/File/Cache/Parsed.pm b/lib/File/Cache/Parsed.pm new file mode 100644 index 0000000..0d0a52c --- /dev/null +++ b/lib/File/Cache/Parsed.pm @@ -0,0 +1,5 @@ +package File::Cache::Parsed; +use strict; +use warnings; + +1; |