summaryrefslogtreecommitdiff
path: root/lib/POE/Component
diff options
context:
space:
mode:
Diffstat (limited to 'lib/POE/Component')
-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