Author: moritz
Date: Sat Dec 6 04:50:19 2008
New Revision: 33553
Modified:
trunk/ext/SQLite3/DBDI.pm
trunk/ext/SQLite3/DBDI/Driver/SQLite3.pm
Log:
[cage] clean up codingstd failures in ext/SQLite3/
Modified: trunk/ext/SQLite3/DBDI.pm
==============================================================================
--- trunk/ext/SQLite3/DBDI.pm (original)
+++ trunk/ext/SQLite3/DBDI.pm Sat Dec 6 04:50:19 2008
@@ -1,3 +1,7 @@
+# Basic Perl 6 database layer
+# $Id$
+# Copyright (C) 2008 The Perl Foundation
+
class DBDI::DriverManager {
method getConnection($url, $login, $password) {
my $c1 = $url.index(":");
Modified: trunk/ext/SQLite3/DBDI/Driver/SQLite3.pm
==============================================================================
--- trunk/ext/SQLite3/DBDI/Driver/SQLite3.pm (original)
+++ trunk/ext/SQLite3/DBDI/Driver/SQLite3.pm Sat Dec 6 04:50:19 2008
@@ -1,3 +1,7 @@
+# SQLite3 Database Backend for DBDI
+# $Id$
+# Copyright (C) 2008 The Perl Foundation
+
use SQLite3;
use DBDI;