Skip to content
Snippets Groups Projects
Commit 194eacc8 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Changes:

  * Pick up perl executable from environment.

  * use warnings;

  * Make usage() a subroutine rather than a string.

  * Use @table_names in usage() to avoid confusion when the list of
    tables is updated (the 'ditag' table was missing from the list, but
    not in the old usage string).

  * Better usage() text.

  * Better information messages when running the script.

  * When unable to dump the old table, skip to the next database rather
    than dying.

  * Always use long option names when calling external programs from scripts!

  * Use do() rather than prepare(), execute(), finish() for simple
    things like these.
parent 39b703eb
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment