Provided by: sqitch_1.4.1-1_all bug

Name

       App::Sqitch::Types - Definition of attribute data types

Synopsis

         use App::Sqitch::Types qw(Bool);

Description

       This module defines data types use in Sqitch object attributes. Supported types are:

       "Sqitch"
           An App::Sqitch object.

       "Engine"
           An App::Sqitch::Engine object.

       "Target"
           An App::Sqitch::Target object.

       "UserName"
           A Sqitch user name.

       "UserEmail"
           A Sqitch user email address.

       "Plan"
           A Sqitch::App::Plan object.

       "Change"
           A Sqitch::App::Plan::Change object.

       "ChangeList"
           A Sqitch::App::Plan::ChangeList object.

       "LineList"
           A Sqitch::App::Plan::LineList object.

       "Tag"
           A Sqitch::App::Plan::Tag object.

       "Depend"
           A Sqitch::App::Plan::Depend object.

       "DateTime"
           A Sqitch::App::DateTime object.

       "URI"
           A URI object.

       "URIDB"
           A URI::db object.

       "File"
           A "Class::Path::File" object.

       "Dir"
           A "Class::Path::Dir" object.

       "Config"
           A Sqitch::App::Config object.

       "DBH"
           A DBI database handle.

Author

       David E. Wheeler <david@justatheory.com>

License

       Copyright (c) 2012-2024 iovation Inc., David E. Wheeler

       Permission  is  hereby  granted,  free  of  charge,  to  any person obtaining a copy of this software and
       associated documentation files (the "Software"), to deal in the Software without  restriction,  including
       without  limitation  the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
       copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to  the
       following conditions:

       The  above  copyright  notice  and  this permission notice shall be included in all copies or substantial
       portions of the Software.

       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  IMPLIED,  INCLUDING  BUT  NOT
       LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
       EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
       IN  AN  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
       THE USE OR OTHER DEALINGS IN THE SOFTWARE.

perl v5.38.2                                       2024-02-08                            App::Sqitch::Types(3pm)