diff Lib/IMPL/Web/Document.pm @ 5:efa7db58abae

in develop
author Sergey
date Thu, 13 Aug 2009 17:33:18 +0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/Web/Document.pm	Thu Aug 13 17:33:18 2009 +0400
@@ -0,0 +1,11 @@
+package IMPL::Web::Document;
+use strict;
+use warnings;
+
+require Exporter;
+our @ISA = qw(Exporter);
+our @EXPORT_OK = qw();
+
+
+
+1;