dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

Failing Test 60: roundtrip_autogen.yaml is missing #102

Closed borisdaeppen closed 6 years ago

borisdaeppen commented 6 years ago

t/data/roundtrip_autogen.yaml is missing in t/60roundtrip.t on line 91.

I did not find the file in the git history. Maybe it is still on the authors machine?

ilmari commented 6 years ago

It's auto-generated (as indicated by the name) by perl Makefile.PL in author mode (i.e. when running from the git checkout, rather than a release tarball). You may need to manually install the dependencies for SQL::Tanslator::Parser::XML (XML::LibXML) and SQL::Translator::Producer::YAML (YAML) before running Makefile.PL.

borisdaeppen commented 6 years ago

Thanks, (See also https://github.com/dbsrgits/sql-translator/issues/100)