===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sqitch-1.1.0000/t/x.t-39-
sqitch-1.1.0000/t/x.t:40:# NB: Don't use `local $@`, as it does not work on Perls < 5.14.
sqitch-1.1.0000/t/x.t-41-throws_ok { $@ = 'Yo dawg'; hurl 'OMFG!' } $CLASS;
##############################################
sqitch-1.1.0000/t/exasol.t-7-#
sqitch-1.1.0000/t/exasol.t:8:# Note that it must include the `?Driver=$driver` bit so that DBD::ODBC loads
sqitch-1.1.0000/t/exasol.t-9-# the proper driver.
##############################################
sqitch-1.1.0000/t/vertica.t-7-#
sqitch-1.1.0000/t/vertica.t:8:# Note that it must include the `?Driver=$driver` bit so that DBD::ODBC loads
sqitch-1.1.0000/t/vertica.t-9-# the proper driver.
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-24-    SET RDB$DESCRIPTION = 'Version of the Sqitch registry.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:25:    WHERE RDB$RELATION_NAME = 'RELEASES' AND RDB$FIELD_NAME = 'VERSION';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-26-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-28-    SET RDB$DESCRIPTION = 'Date the registry release was installed.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:29:    WHERE RDB$RELATION_NAME = 'VERSIONS' AND RDB$FIELD_NAME = 'INSTALLED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-30-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-32-    SET RDB$DESCRIPTION = 'Name of the user who installed the registry release.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:33:    WHERE RDB$RELATION_NAME = 'VERSIONS' AND RDB$FIELD_NAME = 'INSTALLER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-34-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-36-    SET RDB$DESCRIPTION = 'Email address of the user who installed the registry release.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:37:    WHERE RDB$RELATION_NAME = 'VERSIONS' AND RDB$FIELD_NAME = 'INSTALLER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-38-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-56-    SET RDB$DESCRIPTION = 'Unique Name of a project.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:57:    WHERE RDB$RELATION_NAME = 'PROJECTS' AND RDB$FIELD_NAME = 'PROJECT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-58-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-60-    SET RDB$DESCRIPTION = 'Optional project URI.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:61:    WHERE RDB$RELATION_NAME = 'PROJECTS' AND RDB$FIELD_NAME = 'URI';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-62-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-64-    SET RDB$DESCRIPTION = 'Date the project was added to the database.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:65:    WHERE RDB$RELATION_NAME = 'PROJECTS' AND RDB$FIELD_NAME = 'CREATED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-66-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-68-    SET RDB$DESCRIPTION = 'Name of the user who added the project.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:69:    WHERE RDB$RELATION_NAME = 'PROJECTS' AND RDB$FIELD_NAME = 'CREATOR_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-70-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-72-    SET RDB$DESCRIPTION = 'Email address of the user who added the project.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:73:    WHERE RDB$RELATION_NAME = 'PROJECTS' AND RDB$FIELD_NAME = 'CREATOR_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-74-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-98-    SET RDB$DESCRIPTION = 'Change primary key.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:99:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'CHANGE_ID';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-100-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-102-    SET RDB$DESCRIPTION = 'Name of a deployed change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:103:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'CHANGE';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-104-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-106-    SET RDB$DESCRIPTION = 'Name of the Sqitch project to which the change belongs.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:107:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'PROJECT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-108-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-110-    SET RDB$DESCRIPTION = 'Description of the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:111:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'NOTE';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-112-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-114-    SET RDB$DESCRIPTION = 'Date the change was deployed.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:115:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'COMMITTED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-116-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-118-    SET RDB$DESCRIPTION = 'Name of the user who deployed the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:119:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'COMMITTER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-120-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-122-    SET RDB$DESCRIPTION = 'Email address of the user who deployed the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:123:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'COMMITTER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-124-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-126-    SET RDB$DESCRIPTION = 'Date the change was added to the plan.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:127:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'PLANNED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-128-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-130-    SET RDB$DESCRIPTION = 'Name of the user who planed the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:131:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'PLANNER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-132-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-134-    SET RDB$DESCRIPTION = 'Email address of the user who planned the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:135:    WHERE RDB$RELATION_NAME = 'CHANGES' AND RDB$FIELD_NAME = 'PLANNER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-136-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-163-    SET RDB$DESCRIPTION = 'Tag primary key.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:164:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'TAG_ID';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-165-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-167-    SET RDB$DESCRIPTION = 'Project-unique tag name.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:168:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'TAG';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-169-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-171-    SET RDB$DESCRIPTION = 'Name of the Sqitch project to which the tag belongs.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:172:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'PROJECT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-173-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-175-    SET RDB$DESCRIPTION = 'ID of last change deployed before the tag was applied.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:176:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'CHANGE_ID';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-177-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-179-    SET RDB$DESCRIPTION = 'Description of the tag.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:180:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'NOTE';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-181-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-183-    SET RDB$DESCRIPTION = 'Date the tag was applied to the database.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:184:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'COMMITTED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-185-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-187-    SET RDB$DESCRIPTION = 'Name of the user who applied the tag.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:188:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'COMMITTER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-189-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-191-    SET RDB$DESCRIPTION = 'Email address of the user who applied the tag.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:192:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'COMMITTER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-193-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-195-    SET RDB$DESCRIPTION = 'Date the tag was added to the plan.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:196:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'PLANNED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-197-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-199-    SET RDB$DESCRIPTION = 'Name of the user who planed the tag.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:200:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'PLANNER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-201-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-203-    SET RDB$DESCRIPTION = 'Email address of the user who planned the tag.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:204:    WHERE RDB$RELATION_NAME = 'TAGS' AND RDB$FIELD_NAME = 'PLANNER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-205-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-228-    SET RDB$DESCRIPTION = 'ID of the depending change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:229:    WHERE RDB$RELATION_NAME = 'DEPENDENCIES' AND RDB$FIELD_NAME = 'CHANGE_ID';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-230-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-232-    SET RDB$DESCRIPTION = 'Type of dependency.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:233:    WHERE RDB$RELATION_NAME = 'DEPENDENCIES' AND RDB$FIELD_NAME = 'TYPE';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-234-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-236-    SET RDB$DESCRIPTION = 'Dependency name.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:237:    WHERE RDB$RELATION_NAME = 'DEPENDENCIES' AND RDB$FIELD_NAME = 'DEPENDENCY';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-238-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-240-    SET RDB$DESCRIPTION = 'Change ID the dependency resolves to.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:241:    WHERE RDB$RELATION_NAME = 'DEPENDENCIES' AND RDB$FIELD_NAME = 'DEPENDENCY_ID';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-242-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-272-    SET RDB$DESCRIPTION = 'Type of event.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:273:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'EVENT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-274-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-276-    SET RDB$DESCRIPTION = 'Change ID.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:277:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'CHANGE_ID';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-278-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-280-    SET RDB$DESCRIPTION = 'Change name.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:281:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'CHANGE';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-282-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-284-    SET RDB$DESCRIPTION = 'Name of the Sqitch project to which the change belongs.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:285:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'PROJECT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-286-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-288-    SET RDB$DESCRIPTION = 'Description of the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:289:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'NOTE';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-290-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-292-    SET RDB$DESCRIPTION = 'Array of the names of required changes.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:293:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'REQUIRES';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-294-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-296-    SET RDB$DESCRIPTION = 'Array of the names of conflicting changes.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:297:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'CONFLICTS';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-298-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-300-    SET RDB$DESCRIPTION = 'Tags associated with the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:301:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'TAGS';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-302-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-304-    SET RDB$DESCRIPTION = 'Date the event was committed.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:305:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'COMMITTED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-306-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-308-    SET RDB$DESCRIPTION = 'Name of the user who committed the event.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:309:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'COMMITTER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-310-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-312-    SET RDB$DESCRIPTION = 'Email address of the user who committed the event.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:313:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'COMMITTER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-314-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-316-    SET RDB$DESCRIPTION = 'Date the event was added to the plan.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:317:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'PLANNED_AT';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-318-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-320-    SET RDB$DESCRIPTION = 'Name of the user who planed the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:321:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'PLANNER_NAME';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-322-
##############################################
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-324-    SET RDB$DESCRIPTION = 'Email address of the user who plan planned the change.'
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql:325:    WHERE RDB$RELATION_NAME = 'EVENTS' AND RDB$FIELD_NAME = 'PLANNER_EMAIL';
sqitch-1.1.0000/t/lib/upgradable_registries/firebird.sql-326-
##############################################
sqitch-1.1.0000/t/snowflake.t-7-#
sqitch-1.1.0000/t/snowflake.t:8:# Note that it must include the `?Driver=$driver` bit so that DBD::ODBC loads
sqitch-1.1.0000/t/snowflake.t-9-# the proper driver.
##############################################
sqitch-1.1.0000/Changes-20-       versions of the client. Thanks to Kiel R Stirling for the fix (#484)!
sqitch-1.1.0000/Changes:21:     - Added a note to the tutorials to skip setting the `engine.$engine.client`
sqitch-1.1.0000/Changes-22-       config when using the Docker image.
##############################################
sqitch-1.1.0000/Changes-58-     - Documented Snowflake key pair authentication in
sqitch-1.1.0000/Changes:59:       `sqitch-authentication`, as well as `$SNOWSQL_PRIVATE_KEY_PASSPHRASE`
sqitch-1.1.0000/Changes-60-       in `sqitch-environment`. Thanks to Casey Largent for figuring it out
##############################################
sqitch-1.1.0000/Changes-101-       on BSD platforms.
sqitch-1.1.0000/Changes:102:     - Removed fallback in the PostgreSQL engine on the `$PGUSER` and
sqitch-1.1.0000/Changes:103:       `$PGPASSWORD` environnement variables, as well as the system username,
sqitch-1.1.0000/Changes-104-       since libpq does all that automatically, and collects data from other
##############################################
sqitch-1.1.0000/Changes-146-       Hutton for the suggestion (#276).
sqitch-1.1.0000/Changes:147:     - Added support for a `$SQITCH_TARGET` environment variable, which takes
sqitch-1.1.0000/Changes-148-       precedence over all other target specifications except for command-line
##############################################
sqitch-1.1.0000/Changes-183-       * `--set` option
sqitch-1.1.0000/Changes:184:       * `target.$target.variables`
sqitch-1.1.0000/Changes:185:       * `engine.$engine.variables`
sqitch-1.1.0000/Changes-186-       * `deploy.variables`, `revert.variables`, and `verify.variables`
##############################################
sqitch-1.1.0000/Changes-266-       use has been limited to `init` examples.
sqitch-1.1.0000/Changes:267:     - Removed support for reading the `core.$engine` configuration, which has
sqitch-1.1.0000/Changes:268:       been deprecated with warnings in favor of `engine.$engine` since 0.997
sqitch-1.1.0000/Changes-269-       (November 2014). The `sqitch engine update-config` action remains
##############################################
sqitch-1.1.0000/Changes-385-       the report (#384).
sqitch-1.1.0000/Changes:386:     - Added `$SQITCH_USERNAME` environment variable to complement
sqitch-1.1.0000/Changes:387:       `$SQITCH_PASSWORD`. It can be used to override the username set in
sqitch-1.1.0000/Changes-388-       for a target.
sqitch-1.1.0000/Changes:389:     - Added the `$SQITCH_FULLNAME` and `$SQITCH_EMAIL` environment
sqitch-1.1.0000/Changes-390-       variables, which take precedence over the values of the `user.name` and
sqitch-1.1.0000/Changes-391-       `user.email` config variables.
sqitch-1.1.0000/Changes:392:     - Added the `$SQITCH_ORIG_SYSUSER`, `$SQITCH_ORIG_FULLNAME` and
sqitch-1.1.0000/Changes:393:       `$SQITCH_ORIG_EMAIL` environment variables. For those situations when
sqitch-1.1.0000/Changes-394-       Sqitch attempts to read OS data for user information, These new
##############################################
sqitch-1.1.0000/Changes-401-       support a consistent search for values. Sqitch searches first for one
sqitch-1.1.0000/Changes:402:       of its own environment variables (`$SQITCH_USERNAME` and
sqitch-1.1.0000/Changes:403:       `$SQITCH_PASSSWORD`), then the target URI, and finally any engine-
sqitch-1.1.0000/Changes-404-       specific values, which might include additional environment variables,
##############################################
sqitch-1.1.0000/Changes-410-       engines.
sqitch-1.1.0000/Changes:411:     - Added support for the `$MYSQL_HOST` and `$MYSQL_TCP_PORT` environment
sqitch-1.1.0000/Changes-412-       variables to the MySQL engine.
##############################################
sqitch-1.1.0000/Changes-450-       parameter key words for PostgreSQL targets. It can now take advantage
sqitch-1.1.0000/Changes:451:       of the connection service file using `db:pg:///?service=$PGSERVICE` as
sqitch-1.1.0000/Changes-452-       well as other connection parameters. Thanks to Paul Williams for the PR
##############################################
sqitch-1.1.0000/Changes-459-     - Added pager configuration, prioritizing the new `core.pager`
sqitch-1.1.0000/Changes:460:       configuration variable over the `$PAGER` environment variable. The new
sqitch-1.1.0000/Changes:461:       `$SQITCH_PAGER` environment variable trumps all. Thanks to Yati Sagade
sqitch-1.1.0000/Changes-462-       for the pull request (#329).
##############################################
sqitch-1.1.0000/Changes-525-     - Fixed editor selection to prioritize the `core.editor` configuration
sqitch-1.1.0000/Changes:526:       variable over the `$EDITOR` environment variable. The `$SQITCH_EDITOR`
sqitch-1.1.0000/Changes-527-       environment variable still trumps all. Thanks to Jim Nasby for the pull
sqitch-1.1.0000/Changes-528-       request (#296).
sqitch-1.1.0000/Changes:529:     - Added detection of the `$VISUAL` environment variable to Editor
sqitch-1.1.0000/Changes-530-       selection, prioritized after the `core.editor` configuration variable
sqitch-1.1.0000/Changes:531:       and before the `$EDITOR` environment variable. Thanks to Jim Nasby for
sqitch-1.1.0000/Changes-532-       the pull request (#296).
##############################################
sqitch-1.1.0000/Changes-713-       names or plan file paths as well as target names and URIs.
sqitch-1.1.0000/Changes:714:     - Added the `--all` option and the `$command.all` configuration variable
sqitch-1.1.0000/Changes-715-       to the `add`, `rework`, `tag`, and `bundle` commands. This option tells
##############################################
sqitch-1.1.0000/Changes-760-     - Updated docs to be consistent in referring to the location of the system
sqitch-1.1.0000/Changes:761:       configuration and template location as `$(prefix)/etc/sqitch`. Also
sqitch-1.1.0000/Changes-762-       added notes pointing to the `--etc-dir` to find out exactly what that
##############################################
sqitch-1.1.0000/Changes-793-     - Target passwords can now be set via a single environment variable,
sqitch-1.1.0000/Changes:794:       `$SQITCH_PASSWORD`. Its value will override URI-specified password.
sqitch-1.1.0000/Changes-795-     - Added the sqitch-passwords and sqitch-environment guides.
##############################################
sqitch-1.1.0000/Changes-878-     [Deprecations]
sqitch-1.1.0000/Changes:879:     - Deprecated `core.$engine` configuration in favor of `engine.$engine`. A
sqitch-1.1.0000/Changes-880-       warning will be emitted if Sqitch sees the former. Run `sqitch engine
sqitch-1.1.0000/Changes:881:       update-config` to update your configurations. Existing `core.$engine`
sqitch-1.1.0000/Changes-882-       configurations will be left in place for compatibility with older
##############################################
sqitch-1.1.0000/Changes-896-       be issued. Run `sqitch engine update-config` to update your
sqitch-1.1.0000/Changes:897:       configurations. Existing `core.$engine` configurations will be left in
sqitch-1.1.0000/Changes-898-       place for compatibility with older versions of Sqitch, but the `sqitch
sqitch-1.1.0000/Changes-899-       engine` command will not modify them, so they can get out-of-sync. Run
sqitch-1.1.0000/Changes:900:       `sqitch config --remove-section core.$engine` to remove them. Sqitch
sqitch-1.1.0000/Changes-901-       will cease to support them in v1.0:
sqitch-1.1.0000/Changes:902:       * `core.$engine.host`
sqitch-1.1.0000/Changes:903:       * `core.$engine.port`
sqitch-1.1.0000/Changes:904:       * `core.$engine.username`
sqitch-1.1.0000/Changes:905:       * `core.$engine.password`
sqitch-1.1.0000/Changes:906:       * `core.$engine.db_name`
sqitch-1.1.0000/Changes-907-     - Deprecated the `--registry` and `--client` options of the `target`
##############################################
sqitch-1.1.0000/Changes-925-       `core.sqlite.sqitch_db` and `core.pg.sqitch_schema`. Both have been
sqitch-1.1.0000/Changes:926:       replaced with `engine.$engine.registry`, which applies to all engines.
sqitch-1.1.0000/Changes-927-     - Formally deprecated the `@FIRST` and `@LAST` symbolic tags. Their use
##############################################
sqitch-1.1.0000/Changes-975-       `revert.prompt_accept`. Suggested by Graeme Lawton (Issue #164).
sqitch-1.1.0000/Changes:976:     - The MySQL engine now sets the `$MYSQL_PWD` environment variable if a
sqitch-1.1.0000/Changes-977-       password is provided in a target. This should simplify authentication
##############################################
sqitch-1.1.0000/Changes-984-       database connection does as well (Issue #150).
sqitch-1.1.0000/Changes:985:     - The Firebird engine now sets the `$ISC_PASSWORD` environment variable
sqitch-1.1.0000/Changes-986-       if a password is provided in a target. This should simplify
##############################################
sqitch-1.1.0000/Changes-1062-       chromatic.
sqitch-1.1.0000/Changes:1063:     - Fixed test failures when the `$PGPASSWORD` environment variable is set,
sqitch-1.1.0000/Changes-1064-       thanks to Ioan Rogers's test smoker.
##############################################
sqitch-1.1.0000/Changes-1097-       * `target`: The name of a target managed by the new `target` command.
sqitch-1.1.0000/Changes:1098:         Defaults to a value stored for the `core.$engine.target`
sqitch-1.1.0000/Changes-1099-         configuration variable. If that variable does not exist, the target
##############################################
sqitch-1.1.0000/Changes-1104-         for the associated `target`. If `target` is not passed or configured,
sqitch-1.1.0000/Changes:1105:         or if it has no URI associated with it, the `config.$engine.uri`
sqitch-1.1.0000/Changes-1106-         configuration variable is used. If that value does not exist, the URI
sqitch-1.1.0000/Changes:1107:         defaults to `db:$engine:`. In any of these cases, if any of the
sqitch-1.1.0000/Changes-1108-         `--db-*` options are passed, they will be merged into the URI.
##############################################
sqitch-1.1.0000/Changes-1113-         `target` is not passed or configured, or if it has no registry
sqitch-1.1.0000/Changes:1114:         associated with it, the `config.$engine.registry` configuration
sqitch-1.1.0000/Changes-1115-         variable is used. If no value is found there, it defaults to an
##############################################
sqitch-1.1.0000/Changes-1133-       deprecated options are:
sqitch-1.1.0000/Changes:1134:       * `core.$engine.username`
sqitch-1.1.0000/Changes:1135:       * `core.$engine.password`
sqitch-1.1.0000/Changes:1136:       * `core.$engine.db_name`
sqitch-1.1.0000/Changes:1137:       * `core.$engine.host`
sqitch-1.1.0000/Changes:1138:       * `core.$engine.port`
sqitch-1.1.0000/Changes:1139:       * `core.$engine.sqitch_schema`
sqitch-1.1.0000/Changes:1140:       * `core.$engine.sqitch_db`
sqitch-1.1.0000/Changes-1141-     - Deprecated all command-specific options with the string "target" in
##############################################
sqitch-1.1.0000/Changes-1169-     - All tests now protect against failures due to the presence of the
sqitch-1.1.0000/Changes:1170:       `$SQITCH_CONFIG` environment variable (issue #114).
sqitch-1.1.0000/Changes-1171-     - The installer now respects the `distdir` option to `Build.PL` when
##############################################
sqitch-1.1.0000/Changes-1219-     - Changed the default SQLite Sqitch database name from
sqitch-1.1.0000/Changes:1220:       `$dbname-sqitch.$suffix` to `sqitch.$suffix`. The `$suffix` still
sqitch-1.1.0000/Changes-1221-       comes from the destination database name. This breaks compatibility
sqitch-1.1.0000/Changes-1222-       with previous releases. If you need the old name, set it with
sqitch-1.1.0000/Changes:1223:       `sqitch config core.sqlite.sqitch_db $dbname`.
sqitch-1.1.0000/Changes-1224-     - Fixed encoding of the user's full name when fetched from the system on
##############################################
sqitch-1.1.0000/Changes-1303-     - Sqitch now shells out to an editor when opening a file for the user to
sqitch-1.1.0000/Changes:1304:       edit. For example, if the `$EDITOR` environment variable is set to
sqitch-1.1.0000/Changes-1305-       `"emacs -nw"`, it will now work. Thanks to Florian Ragwitz for the
##############################################
sqitch-1.1.0000/Changes-1329-       Many thanks to Jan Dubois for the testing help.
sqitch-1.1.0000/Changes:1330:     - Replaced all uses of `$/` in output to `"\n"`. Thanks to Jan Dubois for
sqitch-1.1.0000/Changes:1331:       pointing out the incorrect use of `$/`.
sqitch-1.1.0000/Changes-1332-     - Fixed build error that prevented installation on Perl 5.10 when the
##############################################
sqitch-1.1.0000/Changes-1660-0.913  2012-08-28T17:31:29Z
sqitch-1.1.0000/Changes:1661:     - Fixed oversight in test that still relied on `$ENV{USER}` instead of
sqitch-1.1.0000/Changes-1662-       `Sqitch->sysuser`,
##############################################
sqitch-1.1.0000/Changes-1665-     - Fall back on `Sqitch->sysuser` when looking for the PostgreSQL user,
sqitch-1.1.0000/Changes:1666:       rather than just `$ENV{USER}`. The method does a lot more work to find
sqitch-1.1.0000/Changes-1667-       the system user name. This will hopefully also fix test failures on
sqitch-1.1.0000/Changes:1668:       systems where `$ENV{USER}` is not set.
sqitch-1.1.0000/Changes-1669-     - Use Win32::Locale to set the locale on DateTime objects on Windows.
##############################################
sqitch-1.1.0000/Changes-1715-       changes) from other Sqitch projects. This allows one project to depend
sqitch-1.1.0000/Changes:1716:       on changes from another. The syntax is `--requires $projname:$change`.
sqitch-1.1.0000/Changes-1717-       This use of the colon required a few changes to the Plan syntax:
##############################################
sqitch-1.1.0000/Changes-1868-     - Added the `log` command.
sqitch-1.1.0000/Changes:1869:     - Added the `strftime:$string` and `cldr:$string` options to
sqitch-1.1.0000/Changes-1870-       `--date-format` in the `status` and `log` commands.
##############################################
sqitch-1.1.0000/Changes-1992-     - Added `etc` directory with default templates. This is installed into
sqitch-1.1.0000/Changes:1993:       `$Config{prefix}/etc/skitch`, unless built with `--prefix` or
sqitch-1.1.0000/Changes-1994-       `--install_base`, in which case it will simply be installed into `etc`
##############################################
sqitch-1.1.0000/lib/App/Sqitch/Engine/pg.pm-356-              FROM dependencies
sqitch-1.1.0000/lib/App/Sqitch/Engine/pg.pm:357:             WHERE change_id = $1
sqitch-1.1.0000/lib/App/Sqitch/Engine/pg.pm-358-               AND type = 'require'
##############################################
sqitch-1.1.0000/lib/App/Sqitch/Engine/pg.pm-361-              FROM dependencies
sqitch-1.1.0000/lib/App/Sqitch/Engine/pg.pm:362:             WHERE change_id = $1
sqitch-1.1.0000/lib/App/Sqitch/Engine/pg.pm-363-               AND type = 'conflict'
##############################################
sqitch-1.1.0000/lib/App/Sqitch/Role/DBIEngine.pm-733-
sqitch-1.1.0000/lib/App/Sqitch/Role/DBIEngine.pm:734:    $dbh->do('DELETE FROM dependencies WHERE change_id = ?', undef, $cid);
sqitch-1.1.0000/lib/App/Sqitch/Role/DBIEngine.pm-735-
##############################################
sqitch-1.1.0000/lib/sqitchtutorial.pod-700-         SET password = md5($3)
sqitch-1.1.0000/lib/sqitchtutorial.pod:701:       WHERE nickname = $1
sqitch-1.1.0000/lib/sqitchtutorial.pod-702-         AND password = md5($2);
##############################################
sqitch-1.1.0000/lib/sqitchtutorial.pod-1545-  +       SET password = crypt($3, gen_salt('md5'))
sqitch-1.1.0000/lib/sqitchtutorial.pod:1546:        WHERE nickname = $1
sqitch-1.1.0000/lib/sqitchtutorial.pod-1547-  -       AND password = md5($2);
##############################################
sqitch-1.1.0000/lib/sqitch-configuration.pod-574-  do
sqitch-1.1.0000/lib/sqitch-configuration.pod:575:      mkdir -p reworked/`dirname $file`
sqitch-1.1.0000/lib/sqitch-configuration.pod:576:      mv $file reworked/`dirname $file`
sqitch-1.1.0000/lib/sqitch-configuration.pod-577-  done