The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Class::Usul

0.56.1    2015-02-05 19:42:30
          [ Bug Fixes ]
          - Bumped version dependencies

0.55.1    2015-02-04 23:57:08
          [ Changes ]
          - Factored out usage of MooX::ClassStash

0.54.1    2015-02-04 15:52:16
          [ Bug Fixes ]
          - Fixed exec failure traping in Cmd. Closes RT#101921 haarg++
          - Fixed VERSION derivation in Programs

0.53.1    2015-02-01 15:10:41
          [ Bug Fixes ]
          - Fixed method name in ::Progams::usage
          - Fixed Pod::* usage in ::Programs

          [ Changes ]
          - Replaced coercion calls with coerce TRUE
          - Renamed version attr to show_version in ::Programs
          - Made Config::mode type OctalNum and Constant::mode a string
          - Refactored tests. Added t::boilerplate
          - Removed CatalystX references from POD

0.52.1    2015-01-09 23:12:20
          [ Bug Fixes ]
          - Better parsing of @INC in Functions
          - Fixed method listing for composable roles
          - Fixed error for no method in ::Programs
          - Fixed default closing of stdin in ::Cmd

          [ Changes ]
          - Will try IPC::Run in ::Cmd on mswin32

          [ Enhancements ]
          - Cmd out and err handlers redirect to blessed objects
          - Added socket_pair to ::Functions
          - Try IPC::Run in ::Cmd on mswin32 if requested and available
          - Added the partition_cmd attr to ::Cmd
          - More ::Cmd debug output
          - Switched to lexical subroutines for private methods and functions

0.51.1    2014-11-11 14:44:49
          [ Changes ]
          - Made ::Programs::debug rwp
          - Made Usul::debug ro. Removed trigger

0.50.1    2014-10-28 11:44:12
          [ Bug Fixes ]
          - Fixed changelog format
          - Fixed badly written test

0.49.1    2014-10-27 13:04:54
          [ Bug Fixes ]
          - Fixed exit code when async process is killed
          - Fixed trapping exec failure if ::Cmd fork and exec
          - Fixed object serialisation in ::Log
          - Fixed child signal handling in ::Cmd fork and exec

          [ Test Suite ]
          - Added Hash::MoreUtils to test prereqs

          [ Enhancements ]
          - Added cfgfiles as a Config attr
          - ::Programs run_method now accepts dashes in method names
          - Made ::Programs method attr rwp
          - Added AS_PASSWORD constant for ::Prompting get_line

          [ Changes ]
          - Renamed dbattrs to db_attr in ::Schema

0.48.0    2014-10-18 15:46:39
          - Factored out C::U::IPC::Cmd. IPC::Run no longer required
          - Had to add quote_identifiers to dbi connect attrs
            after laptop rebuild to make create_ddl work again
          - Shortened throw calls, can remove class key
          - Fixed spelling
          - Added POD to ::IPC::Cmd
          - Added functional interface to ::IPC::Cmd
          - ::IPC::Cmd async processes no more zombies
          - Removed new_from_class since only used by CX::Usul
          - Sync MetaData attr names with CPAN::Meta
          - Created AS_PARA constant

0.47.1    2014-08-28 21:36:17
          - Removed last of ::sweep statements

0.46.1    2014-08-28 18:05:46
          - Replace namespace::sweep with namespace::autoclean
          - Make packages specify which constants they use
          - Replaced diagnostic with new boilerplate plan skip_all test
          - Added diagnostic to test since
            f3a3dae7-6bf7-1014-bf26-fc13b95c3ac1
          - Renamed config dbasedir to sharedir
          - Conditionally load Proc::ProcessTable if available
          - Added level > 1 to Functions::ensure_class_loaded
          - Propagte changes in Exception Class to File::DataClass
          - Added DateTime type, coercion, and exception
          - Added test for metadata role
          - Removed dependency on Path::Class
          - The find_apphome function will search XDG_DATA_HOME
          - Set exception level to 2 in get_cfgfiles

0.45.1    2014-07-09 20:39:04
          - Added localizer to L10N
          - Added curry function

0.44.1    2014-06-20 14:38:41
          - Implemented timeouts in ::IPC::run_cmd
          - ::IPC::run_cmd improved method selection
          - Removed debug attr from ::IPC::run_cmd

0.43.1    2014-06-17 10:20:46
          - Updated prereqs
          - Deprecated ::L10N::domain_names in favour of
            l10n_attributes->{domains}
          - ::IPC::run_cmd better arg processing for out parameter
          - Made untaint_path more stringent
          - ::Programs::list_methods avoid POD markup in method name

0.42.1    2014-05-18 08:32:38
          - b1a3c1dc-de3e-11e3-84c4-fc77f9652e90 Test::Requires Hash::MoreUtils

0.41.1    2014-05-01 15:30:31
          - Moo / Role::Tiny upgrade. Must explicitely use feature 'state'
          - Removed special behaviour for Win32 from ::F::emit

0.40.1    2014-05-01 02:20:09
          - Fix ::Functions::fullname to remove &s for CPAN Testing
          - Moved location of namespace::clean calls. Yuck
          - Replaced JSON with JSON::MaybeXS
          - Removed dh_base and dh_mod
          - Fixed ::Crypt for user supplied passwords

0.39.1    2014-02-03 18:58:12
          - Removed Ident and VERSION from most files
          - Skipped ::Functions fullname test
          - Added locales config attribute
          - Log methods now return true
          - Added ::Functions first_char

0.38.1    2014-01-25 02:11:23
          - Fixed VERSION in ::TF::MetaData
          - Fixed IPC::cache_ttys

0.37.1    2014-01-24 20:58:30
          - Updated dependency on File::DataClass
          - Updated git pre commit hook

0.36.1    2014-01-15 17:20:32
          - Renamed Unexpected::has_exception to add_exception
          - Removed unecessary methods from ::File
          - ::Functions now exports F::DC::IO::io
          - Renamed ::TF::MetaData::get_meta to get_package_meta
          - Moved ::TraitFor::LoadingClasses to CX::Usul
          - Moved ::Response::Meta to ::TraitFor::MetaData
          - Dropped dependency on YAML::Syck

0.35.1    2014-01-07 08:39:29
          - Added ::Schema and ::TraitFor::ConnectInfo

0.34.1    2014-01-05 22:06:39
          - Stopped using XML data files in tests
          - Using predefined exception errors
          - Simplified Build.PL. Updated test boilerplate
          - Using DZ::P::AbstractFromPOD and LicenseFromModule
          - Added ::Types testing
          - Dropped dependency on Class::Load
          - Added ::Functions emit_err
          - ::Prompting::get_option right justifies the count
          - Refactored ::Functions::ensure_class_loaded
          - Exposed throw_on_error in ::Functions

0.33.1    2013-11-23 12:57:25
          - Dropped MooX::Options dependency

0.32.1    2013-11-22 14:59:52
          - Added more tests
          - Updated POD
          - ::Prompting will add_leader with initial +
          - Bumped Unexpected dependency to v0.15
          - Refactored TF::UntaintedGetopts
          - Set quiet to true for ::Programs help
          - Removed prefix and salt attr from ::Usul

0.31.1    2013-10-05 03:18:00
          - Set cache_ttys to false for CPAN testing

0.30.1    2013-10-03 17:29:45
          - Added Capture::Tiny to test dependencies

0.29.1    2013-10-03 17:17:17
          - Fixed ipc process_table test
          - Fixed file test

0.28.1    2013-10-03 15:40:10
          - Renamed ::Prompt to ::TraitFor::Prompting
          - POD updates. More tests better coverage
          - Updated git hooks
          - Removed _ from CU attributes
          - Split ::Prompt from ::Programs
          - Added ::Functions::emit_to removed __print_fh
          - Replaced Exporter::TypeTiny with Exporter::Tiny

0.27.1    2013-10-02 13:47:48
          - Programs::nodebug deprecated for noask
          - Functions::get_user accepts a uid
          - Added 'Tainted' as an exception class
          - Relaxed CMDLINE untaint regex
          - Also accept dashes in config file names

0.26.1    2013-09-03 13:10:50
          - Bumped version dependencies

0.25.1    2013-08-18 12:15:00
          - Updated toolchain

0.24.1    2013-08-15 14:43:52
          - Updated toolchain
          - Bumped dependency File::DataClass
          - Converted to Dist::Zilla

0.23.1    2013-08-11 21:56:06
          - Skip file tests if XML::DTD is not available
          - Toolchain update. Attempt to filter out residual noise
          - Misconfigured smoker b0c2e9aa-ffb4-11e2-8a37-e2882d12fa71
            should have been N/A or Unknown. Toolchain updated
          - Reset min perl testing to original behaviour
          - POD Updates, removed last references to Moose