diff Lib/IMPL/Text/Parser/Builder.pm @ 26:c529d386d80e

Text services in progress
author Sergey
date Thu, 15 Oct 2009 17:52:09 +0400
parents
children 16ada169ca75
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Lib/IMPL/Text/Parser/Builder.pm	Thu Oct 15 17:52:09 2009 +0400
@@ -0,0 +1,7 @@
+package IMPL::Text::Parser::Builder;
+use strict;
+use warnings;
+
+
+
+1;