From 23cbd0132ae2fde2a9d1ee459a63efc477f9dcb1 Mon Sep 17 00:00:00 2001 From: Moritz Onken Date: Mon, 20 Jun 2011 10:24:26 +0200 Subject: [PATCH] fixed prereqs --- Changes | 3 +++ dist.ini | 3 ++- example/sqlite.sql | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 4cc726a..6908e0e 100755 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for CatalystX-ExtJS +2.1.3 2011-06-20 + - fixed prereqs + 2.1.2 2011-02-09 - more prereqs - tutorial fix diff --git a/dist.ini b/dist.ini index ec7e593..1f4c17f 100755 --- a/dist.ini +++ b/dist.ini @@ -3,7 +3,7 @@ author = Moritz Onken license = BSD copyright_holder = Moritz Onken -version = 2.1.2 +version = 2.1.3 [@Filter] -bundle = @JQUELIN @@ -17,6 +17,7 @@ Catalyst::View::TT::Alloy = 0 namespace::autoclean = 0 Config::General = 0 Catalyst::Plugin::ConfigLoader = 0 +Catalyst::Plugin::Static::Simple = 0 Catalyst::Plugin::Unicode::Encoding = 0 Catalyst::Plugin::Unicode = 0 CatalystX::ExtJS::Direct = 0 diff --git a/example/sqlite.sql b/example/sqlite.sql index 5fa937e..d1acc98 100644 --- a/example/sqlite.sql +++ b/example/sqlite.sql @@ -1,6 +1,6 @@ -- -- Created by SQL::Translator::Producer::SQLite --- Created on Wed Feb 9 19:29:16 2011 +-- Created on Mon Apr 4 11:48:03 2011 -- BEGIN TRANSACTION;