aboutsummaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2007-08-13 13:39:41 +0000
committerdakkar <dakkar@luxion>2007-08-13 13:39:41 +0000
commit1a33e97c0208c53a1e3ecc11e72a288bdba97840 (patch)
treefc481d391a7ae9adc46162d9fe916c0735957c7b /lib/File
parentora sta in Text::Restructured::Writer::LibXML (diff)
downloadWebCoso-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')
-rw-r--r--lib/File/Cache/Parsed.pm5
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;