summaryrefslogtreecommitdiff
path: root/lib/POE
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-17 14:46:51 +0200
committerYorhel <git@yorhel.nl>2009-05-17 14:46:51 +0200
commit1c21b1039ceff4a301fb6858f6551e146e7b2055 (patch)
tree5bff00b34f84b1d2add4c0b0974b95b364d6c99c /lib/POE
parent2eaee749b530098dd9a904609434919bb121b04a (diff)
Added MANIFEST and README, moved TODO list and fixed typo
Diffstat (limited to 'lib/POE')
-rw-r--r--lib/POE/Component/Pg.pm10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/POE/Component/Pg.pm b/lib/POE/Component/Pg.pm
index adb06cb..cdcdeba 100644
--- a/lib/POE/Component/Pg.pm
+++ b/lib/POE/Component/Pg.pm
@@ -10,14 +10,6 @@ use Data::Dumper 'Dumper';
our $VERSION = '0.1';
-# General TODO list:
-# - Object interface
-# - Argument validation
-# - Test suite
-# - Documentation
-# - Transactions?
-# - Timeouts?
-
sub QACT { 0 }
sub QQUERY { 1 }
@@ -268,6 +260,6 @@ __END__
=head1 NAME
-POE::Component::Pg - Truely asynchronous interface to PostgreSQL
+POE::Component::Pg - Truly asynchronous interface to PostgreSQL