annotate Lib/IMPL/Text/Parser/Builder.pm @ 31:d59526f6310e

Small fixes to Test framework (correct handlinf of the compilation errors in the test units) Imported and refactored SQL DB schema from the old project
author Sergey
date Mon, 09 Nov 2009 01:39:16 +0300
parents c529d386d80e
children 16ada169ca75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
1 package IMPL::Text::Parser::Builder;
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
2 use strict;
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
3 use warnings;
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
4
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
5
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
6
c529d386d80e Text services in progress
Sergey
parents:
diff changeset
7 1;