1.012 2021-01-22 Tests update: * use new style of test declaration (require Config::Model::Tester 4.001) Other changes: * update copyright year 1.011 - 2018-06-25 Update to cope with newer Config::Model * Backend: use file_path instead of io_handle (gh #1) 1.010 - 2017-11-13 * upgrade model with cme meta * update support info in application file * dist.ini: update copyright years * dist.ini: switch bug tracker to github * remove dependency on EV and AnyEvent from test * Build.PL: avoid build dep on cme * fix GPL wording to keep Debian's lintian happy (and may be RMS) * fix typo detected by Debian lintian 1.009 - 2013-08-21 * Build-depends on Config::Model::Tester * Removed tests dependency now handler by Config::Model::Tester 1.008 - 2013-05-05 * Fixed pod test 1.007 - 2013-05-04 * depends directly on Mouse instead of Any::Moose * Build.PL: fix pod doc generation 2012-11-19 Dominique Dumont 1.006 * require Config::Model 2.026 (HEAD, master) * added more complete test for Approx model * changed backend from 'custom' to 'Approx' * setup Build.PL to refresh models pod doc * added accept instruction in model to accept new parameters that the author may have missed. 2012-11-02 Dominique Dumont 1.005 * updated doc with cme instead of config-edit * replace deprecated call with new one (fetch_all_indexes) * die honorably when no approx.conf is found * removed utf-8 char from description * added forgotten log of version 1.004 (sorry) 2011-06-27 Dominique Dumont 1.004 * no longer ship config-edit-approx. Replaced by config-edit -appli approx * added legal stuff and global doc to Approx model * Updated model with cache and interval parameters 2009-10-22 Dominique Dumont 1.003 * lib/Config/Model/Approx.pm (read): Convert old style parameters ( without leading '$' - approx < 2.9.0) to new style (with '$'). I.e. 'verbose 1' will be converted to '$verbose 1' 2009-09-27 Dominique Dumont 1.002 * README : updated license * lib/Config/Model/Approx.pm : added missing doc 2009-09-24 Dominique Dumont 1.001 * Initial release