The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App::Dochazka

0.147  2014-08-07 15:57 CEST
- split off from App::Dochazka::REST into a separate distro

0.148  2014-08-08 08:59 CEST
- t/100-model-shared.t: add unit testing script for Model/Shared.pm
- t/: add stub testing scripts for other modules in Model/
- ../release: adapt scripts

0.149  2014-08-08 10:11 CEST
- test release script
- t/: add some tests

0.150  2014-08-08 10:58 CEST
- Model/Shared.pm: make_accessor now takes an optional TYPE argument, 
  which must be a type constant from Params::Validate; so the accessors
  are no longer hardcoded to take only SCALAR values
- t/: add some tests

0.151  2014-08-08 11:03 CEST
- Build.PL: fix requires and build_requires

0.152  2014-08-08 11:35 CEST
- Build.PL: add 'dist_abstract' line

0.153  2014-08-08 11:40 CEST
- testing release script

0.154  2014-08-08 12:13 CEST
- Build.PL: more adjustments of build_requires, requires, release scripts

0.155  2014-08-08 12:14 CEST
- add a sleep to release script to allow NFS to settle

0.156  2014-08-10 18:40 CEST
- Model/Employee.pm: add 'priv' and 'schedule' accessors
- t/: update to current state

0.157  2014-08-10 22:07 CEST
- add Session class to the data model