NAME

mkjdbc.pl - generate the perl6 translation of the classes related to JDBC

SYNOPSIS

perl mkjdbc.pl

DESCRIPTION

This is just a quick hack to exercise java2perl6 with the use case that interests us most: JDBC.

The jdbc_classes.txt class file lists the Java classes related to JDBC. This script translates those classes into the corresponding perl6 classes and roles in the jdbclib directory.

If a jdbclib directory already exists it's renamed to jdbclib.prev and, at the end of the run, the contents of the directory are compared.