Hello everybody! Just to say that Dancer 1.3112 is now on CPAN. The changelog contains nothing dramatic, but still a satisfying amount of minor bug fixes: [ ENHANCEMENTS ] * GH #897 dancer script diagnostic more explicit if target directory does not exist or is not writable (reported by Andrew Grangaard). * GH #907: skip tests of deprecated features (mokko). * GH #895: JSON serializer now uses JSON's "-support_by_pp" (Jonathan Schatz). [ BUG FIXES ] * GH #900: backport the security patch for Dancer::ModuleLoader from Dancer2 (mokko). * RT #84198: silencing wide-character in-memory file handle error (Tom Wyant). * wrong number of tests to skip in t/14_serializer/01_helpers.t. * GH #891: silenced warnings from non-numeric versions in Makefile.PL (Olof Johansson). * GH #702: fix request->header call throwing exceptions inside routes of Dancer->dance($request) (Perlover). * GH #893, GH #636: handle binary files for uploads in Dancer::Test (Andrei). * GH #903: add plan for subtest (bug report by wfaulk). [ DOCUMENTATION ] * GH #899: mention that response_exist and response_doesnt_exist are deprecated (Fabrice Gabolde). * GH #902, #903: change example to use path_info() instead of path() (Anton Ukolov, Lee Carmichael). Enjoy! `/anick
Thanks Yannick for this news Are there a update tools for existing installation ? bye Hugues. Le 12/04/2013 02:13, Yanick Champoux a écrit :
Hello everybody!
Just to say that Dancer 1.3112 is now on CPAN. The changelog contains nothing dramatic, but still a satisfying amount of minor bug fixes:
[ ENHANCEMENTS ] * GH #897 dancer script diagnostic more explicit if target directory does not exist or is not writable (reported by Andrew Grangaard). * GH #907: skip tests of deprecated features (mokko). * GH #895: JSON serializer now uses JSON's "-support_by_pp" (Jonathan Schatz).
[ BUG FIXES ] * GH #900: backport the security patch for Dancer::ModuleLoader from Dancer2 (mokko). * RT #84198: silencing wide-character in-memory file handle error (Tom Wyant). * wrong number of tests to skip in t/14_serializer/01_helpers.t. * GH #891: silenced warnings from non-numeric versions in Makefile.PL (Olof Johansson). * GH #702: fix request->header call throwing exceptions inside routes of Dancer->dance($request) (Perlover). * GH #893, GH #636: handle binary files for uploads in Dancer::Test (Andrei). * GH #903: add plan for subtest (bug report by wfaulk).
[ DOCUMENTATION ] * GH #899: mention that response_exist and response_doesnt_exist are deprecated (Fabrice Gabolde). * GH #902, #903: change example to use path_info() instead of path() (Anton Ukolov, Lee Carmichael).
Enjoy! `/anick _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On 04/12/2013 09:09 AM, Hugues Max wrote:
Thanks Yannick for this news Are there a update tools for existing installation ? bye Hugues.
Depends on how you installed Perl. I'm simply using cpanm Dancer. Yanick: thanks for the release!! Regards Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team
yes me too but stay in previous version [root@]# cpanm Dancer ! Finding Dancer on cpanmetadb failed. Dancer is up to date. (1.3111) are there cpanm commande to search new version ? Le 12/04/2013 11:09, Stefan Hornburg (Racke) a écrit :
On 04/12/2013 09:09 AM, Hugues Max wrote:
Thanks Yannick for this news Are there a update tools for existing installation ? bye Hugues.
Depends on how you installed Perl. I'm simply using cpanm Dancer.
Yanick: thanks for the release!!
Regards Racke
On 04/12/2013 11:22 AM, Hugues Max wrote:
yes me too but stay in previous version
Hm, it is on CPAN.
[root@]# cpanm Dancer ! Finding Dancer on cpanmetadb failed. Dancer is up to date. (1.3111)
are there cpanm commande to search new version ?
You can specify the distribution explicity: cpanm http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3112.tar.gz Regards Racke -- LinuXia Systems => http://www.linuxia.de/ Expert Interchange Consulting and System Administration ICDEVGROUP => http://www.icdevgroup.org/ Interchange Development Team
On 13-04-12 03:09 AM, Hugues Max wrote:
Thanks Yanick for this news
You're very welcome. Although I must point out I'm merely plopping the cake in the box and putting on the bow. The peeps to really thank are all those patchers and bug reporters and so on and so forthers who really shaped this new release. :-)
Are there a update tools for existing installation ?
As the other posts pointed out 'cpanm Dancer'. I expect that you stayed at 1.3111 simply because 1.3112 didn't make it to your CPAN mirror yet (at least, that's the most likely explanation, now that I've checked that I didn't forget to increment the version number :-) ). Joy, `/anick
participants (3)
-
Hugues Max -
Stefan Hornburg (Racke) -
Yanick Champoux