summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Importer/DBI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Catmandu/Importer/DBI.pm')
-rw-r--r--lib/Catmandu/Importer/DBI.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Catmandu/Importer/DBI.pm b/lib/Catmandu/Importer/DBI.pm
index bf30e95..68b7486 100644
--- a/lib/Catmandu/Importer/DBI.pm
+++ b/lib/Catmandu/Importer/DBI.pm
@@ -11,9 +11,9 @@ our $VERSION = '0.0702';
with 'Catmandu::Importer';
has data_source => (is => 'ro', required => 1, alias => 'dsn');
-has username => (is => 'ro', alias => 'user');
-has password => (is => 'ro', alias => 'pass');
-has query => (is => 'ro', required => 1);
+has username => (is => 'ro', alias => 'user');
+has password => (is => 'ro', alias => 'pass');
+has query => (is => 'ro', required => 1);
has dbh =>
(is => 'ro', init_arg => undef, lazy => 1, builder => '_build_dbh',);
has sth =>