diff --git a/Makefile.PL b/Makefile.PL index d53808c..03a3aaa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -213,11 +213,11 @@ my @CC_DEFINE = ( # '-DSQLITE_CORE', '-DSQLITE_ENABLE_FTS3', - # L. Dami 10.07.2010 : now enabling new FTS3 syntax, because - # that's the recommendation from SQLite for new applications + # L. Dami 10.07.2010 : now enabling new FTS3 syntax, because + # that's the recommendation from SQLite for new applications # (used to be "Disabled until we have a test for this"). - # This change MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY - # USED FTS3 ... but sooner or later that change had to be done ! + # This change MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY + # USED FTS3 ... but sooner or later that change had to be done ! '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10 '-DSQLITE_ENABLE_COLUMN_METADATA',