[svn:p5ee] r13556 - p5ee/trunk/App-Repository

[email protected] Wed, 18 Nov 2009 05:21:47 -0800 (PST)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Wed Nov 18 05:21:47 2009
New Revision: 13556

Modified:
   p5ee/trunk/App-Repository/Makefile.PL

Log:
add bin/dbsql

Modified: p5ee/trunk/App-Repository/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Repository/Makefile.PL	(original)
+++ p5ee/trunk/App-Repository/Makefile.PL	Wed Nov 18 05:21:47 2009
@@ -10,6 +10,7 @@
 my @programs = (
     "bin/dbget",
     "bin/dash",
+    "bin/dbsql",
 );
 
 %opts = (