Skip to content

Commit

Permalink
Release of version 0.005
Browse files Browse the repository at this point in the history
  • Loading branch information
jddurand committed Dec 15, 2014
1 parent 7d64ceb commit 30cb54a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
15 changes: 10 additions & 5 deletions Changes
@@ -1,12 +1,17 @@
Changelog for MarpaX-Languages-SQL2003-AST

0.005 2014-12-15T11:16:11
0.005 2014-12-15T18:14:38
[Jean-Damien Durand <jeandamiendurand@free.fr>]
- xt
- bin/sql2003ast: fix when file is -
- Fix sub-grammars for strings where inner is empty
- Removed production <embedded SQL host program>, assuming all host
programs start with EXEC SQL
- Allow balanced parenthesis in generic host identifier
- A More generic host identifier
- bin/sql2003ast: POD spelling error

0.004 2014-12-14T15:30:23
0.004 2014-12-14T15:30:23Z
[Jean-Damien Durand <jeandamiendurand@free.fr>]
- Release of version 0.004
- POD dev+
Expand All @@ -18,22 +23,22 @@ Changelog for MarpaX-Languages-SQL2003-AST
- Revisit Host identifiers
- qualified asterisk dev+

0.003 2014-12-13T21:15:36
0.003 2014-12-13T21:15:36Z
[Jean-Damien Durand <jeandamiendurand@free.fr>]
- Release of version 0.003
- t/all_tests.c: commented trace_terminals
- Period causes trouble
- XML::LibXML and UTF8 flag

0.002 2014-12-13T12:51:45
0.002 2014-12-13T12:51:45Z
[Jean-Damien Durand <jeandamiendurand@free.fr>]
- Release of version 0.002
- schema name fixes
- bin/sql2003toxml
- For release
- t/all_tests.t: re-enable full statements tests

0.001 2014-12-13T11:18:46
0.001 2014-12-13T11:18:46Z
[Jean-Damien Durand <jeandamiendurand@free.fr>]
- Signed Numeric Literal reversal
- Remove temporary <000> test
Expand Down
20 changes: 11 additions & 9 deletions META.json
@@ -1,10 +1,10 @@
{
"abstract" : "Translate SQL-2003 source to an AST\r",
"abstract" : "Translate SQL-2003 source to an AST",
"author" : [
"Jean-Damien Durand <jeandamiendurand@free.fr>"
],
"dynamic_config" : 1,
"generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.133380",
"generated_by" : "Dist::Zilla version 5.028, CPAN::Meta::Converter version 2.142060",
"license" : [
"perl_5"
],
Expand All @@ -24,19 +24,24 @@
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
"ExtUtils::MakeMaker" : "0",
"perl" : "5.010"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::Kwalitee" : "1.12",
"Test::EOL" : "0",
"Test::Kwalitee" : "1.21",
"Test::More" : "0",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
"Test::Pod::Coverage" : "1.08",
"Test::Spelling" : "0.12",
"Test::Synopsis" : "0",
"Test::Version" : "1"
}
},
"runtime" : {
Expand All @@ -61,18 +66,15 @@
},
"test" : {
"recommends" : {
"CPAN::Meta" : "0",
"CPAN::Meta::Requirements" : "0"
"CPAN::Meta" : "2.120900"
},
"requires" : {
"Data::Section" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"List::Util" : "0",
"Test::More" : "0",
"perl" : "5.010"
}
Expand Down

0 comments on commit 30cb54a

Please sign in to comment.