The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
==================================================
Changes from 2018-02-03 00:00:00 +0000 to present.
==================================================

------------------------------------------
version 0.025 at 2019-02-03 10:43:25 +0000
------------------------------------------

  Change: 73b3972d23bf8397e39a4e3fb26105cd3438bd57
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2019-02-03 11:42:36 +0000

    Rerun h2xs.sh to fix some build issues

    XS was out of synx with header..

    wip 

  Change: 4904b5cfc2150de26aa69e1c48013e1055875155
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2019-02-03 10:50:08 +0000

    XS: move non-generated parts out/to end of the XS.xs 

------------------------------------------
version 0.024 at 2019-01-16 13:17:00 +0000
------------------------------------------

  Change: 0a6d50cb242db0d926c8896eecd6033df5c2892e
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2019-01-16 14:17:00 +0000

    Track newer Alien::raylib 

  Change: d282faa6d5470846819bf894c963754c33be9745
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-10-10 09:18:43 +0000

    examples: fractals-xs: s/G::R::Image/G::R::Texture/ 

  Change: 5f00ad5c462366adc9ace3b9d2e5452fa5d3f18b
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-10-10 09:18:30 +0000

    pod: fix typo 

------------------------------------------
version 0.023 at 2018-10-07 10:11:23 +0000
------------------------------------------

  Change: 6ee294b33abcc5da56636c91e6081d5c3b2ae391
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-10-07 12:11:23 +0000

    examples: snake.pl: fix snake head collision with fruit

    CheckCollisionRecs() returns true on edge-collision what means that
    the snake eats the fruit when colliding with it but also when sliding
    by one unit above or below the fruit.

    Taken from raysan5/raylib#623. 

  Change: cdada137066aaacbac580cfefe5c250f0e8c210f
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-10-07 11:01:06 +0000

    example: snake: early-exit instead of if/else 

  Change: d9dc3817c722a2591ed2af0d1a4e1a60ceee7ddd
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-10-07 10:55:32 +0000

    workaround some tests not rendering on macOS Mojave 

  Change: 4fd507525ff5cc1b1963b83f57691f06637f1a8e
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-10-07 10:55:17 +0000

    Bump to newest Alien::raylib 

------------------------------------------
version 0.022 at 2018-07-18 06:36:55 +0000
------------------------------------------

  Change: 0af53cedfba950230d339aecf78eb30ebe52b7ed
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-18 08:36:55 +0000

    Bump README.pod version 

  Change: 121784d9fe9aae36fd5fffe4f2295890db3caa0a
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-18 08:30:26 +0000

    s/ref/Scalar::Util::blessed/ 

  Change: dfd32d71366d1764536d4618a61d07aae618ed60
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-18 08:30:13 +0000

    s/GetDefaultFont/GetFontDefault/ 

  Change: 1094f2781707ec24d0650341714c2b1a4e0b2337
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-14 11:31:04 +0000

    Pass -std=c99 when compiling XS

    Should fix
    http://www.cpantesters.org/cpan/report/95ead488-8468-11e8-8358-e8f6f8
    bfe2bd 

------------------------------------------
version 0.021 at 2018-07-04 12:16:40 +0000
------------------------------------------

  Change: c3cb5f4fbb89e855aef9c90cf4b4836c48c0dbf5
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-04 14:16:40 +0000

    Add ./snake.pl -s (silent) option to disable audio

    audio doesn't work at the moment... 

  Change: 0d8c4fd32b37fba0812c6da60349e5dc2ce26efd
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-04 13:25:52 +0000

    Zero-extend shorter vectors in addition 

  Change: 55d0ef7716f9540ec45379d12b0f93be45e183fe
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-04 10:22:57 +0000

    Don't fail if Test::HexString is not available

    fallback to Test::More::is instead. 

------------------------------------------
version 0.020 at 2018-07-03 20:26:25 +0000
------------------------------------------

  Change: 9de13b58b22af11a06a6654796227cf21eaea332
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-07-03 22:26:25 +0000

    Bump to newest raylib 

------------------------------------------
version 0.019 at 2018-05-24 21:13:07 +0000
------------------------------------------

  Change: 68fcb76600934781665cc3921cf4af0095a307f1
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-05-24 23:13:07 +0000

    Remove stray use Data::HexDump 

  Change: 01aae3d0b37cc3b98f1cfb96016483286907e508
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-05-24 23:11:56 +0000

    Bump to newest raylib version 

------------------------------------------
version 0.018 at 2018-05-11 01:05:53 +0000
------------------------------------------

  Change: 65fbefef82925f555b5659381e39ae89c9bb5094
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-05-11 03:05:53 +0000

    Add Imager integration to G::R::Texture 

  Change: a0eed75cfc3dc50eb43b4be972340cbd9a7976fa
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-05-11 03:01:15 +0000

    Refactor Graphics::Raylib::{Shape::Bitmap->Texture} 

  Change: d6b77703af8f434cfb3d342b3879c5d8a6444603
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-05-11 03:01:11 +0000

    Bump to newest raylib version 

------------------------------------------
version 0.017 at 2018-03-21 22:07:22 +0000
------------------------------------------

  Change: e82253d61ef56ea2c9b9d0d250131404dcf8d57d
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-03-21 23:07:22 +0000

    Bump to newest raylib version 

  Change: 17af0f84069b7cbf24f7e6fbb78fdd3371ca4d6b
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-25 13:16:28 +0000

    Make XS C89-compatible

    raylib itself requires C99, but not for use. Fixes
    http://www.cpantesters.org/cpan/report/a1e73230-168c-11e8-b84c-9eb724
    d5b79b among others 

------------------------------------------
version 0.016 at 2018-02-20 21:40:48 +0000
------------------------------------------

  Change: 59a06dbc6c29496cb49646761ec404400c7ce620
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-20 22:40:48 +0000

    Bump to newest Alien::raylib 

------------------------------------------
version 0.015 at 2018-02-09 22:07:17 +0000
------------------------------------------

  Change: 2d8089c467797063c935f1f57a3cd77cf7cc729c
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-09 23:07:17 +0000

    Require newest Alien::raylib 

  Change: de29f2cfdee9ad2f692c539f65d5205ceb04c907
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-09 22:36:44 +0000

    Upgrade to use IsWindowReady() 

  Change: 745b2fe11e97bc32a689f1d727b03e5921f826f9
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-08 12:21:17 +0000

    Require newest Alien::raylib

    Back to upstream again. Fixes glfwGetVideoMode triggering assert 

  Change: ec4f19d43a5561c6d10f5229a73cbcdcba2589c7
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-08 12:20:33 +0000

    Formatting, no functional changes 

  Change: bdc34b7c43ab253bd2d3fecb57a4295b2ffd3462
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-08 12:19:56 +0000

    Include stdbool for true & false definitions 

------------------------------------------
version 0.014 at 2018-02-05 15:06:57 +0000
------------------------------------------

  Change: 93837d1ed10bc463664c04bf54c8d363bcb3ddb8
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-05 16:06:57 +0000

    Link to raylib repo's examples/ and games/ 

  Change: bd2387aabcd8549d12ea73c79c22d88f3b5ba361
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-05 10:58:40 +0000

    Snake: Add sound effect when eating fruit 

  Change: 2e937188eec652652b516f0fc509f25fb9058b20
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-05 02:31:07 +0000

    Include raylib's LICENSE in distribution 

  Change: d97c9480d75fb2cb00b432f39fe65fd52cbf8802
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-05 02:12:56 +0000

    Add snake game example 

  Change: 4474b77a8889aeda75cb384fbaecf01ca60a454c
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 23:05:13 +0000

    Add example test using Graphics::Raylib::XS for 3D

    as well as Graphics::Raylib::Util::camera helper. 

  Change: bde68f5d689352ed766b58e2e66c1512a9b59c3b
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 20:20:40 +0000

    Add ->screenshot to Graphics::Raylib 

  Change: 15c45769a976ea076ee82fe7cf78c1433cd49bbb
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 20:20:28 +0000

    Combine FPS and progress bar examples 

  Change: c726b96816ddcb3b89666c41c90b76c8f7a64066
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 10:55:08 +0000

    Add disabled-by-default XS fractal test 

  Change: 523803f49bf45a98e8f51980b79863093eef0790
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 09:56:32 +0000

    Add NO_GRAPHICAL_TEST environment variable 

  Change: 0c6c79c87ddcf8d08f79abceabeee6597010c33e
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 09:56:32 +0000

    Add tests/examples of fractals

    They "test" that one can create multiple bitmaps and look nice. 

  Change: 376519cddef1684ddaab031f206717a89fe5ac68
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-04 09:56:24 +0000

    Add Convert::Color based ->new constructor for different color spaces 

  Change: 9c77682a393596218e024e7090009f80ab8c300c
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-03 22:42:04 +0000

    Add Color ':gradients' to aid with debugging 

------------------------------------------
version 0.013 at 2018-02-03 14:17:51 +0000
------------------------------------------

  Change: 6413abd82e793381c8bac835282f986045f07e7d
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-03 15:17:51 +0000

    Note that ->window returns undef if there's no graphic device 

  Change: b91ac1a2cf978d276bd05e25ce514807f3517573
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-03 15:13:52 +0000

    Require Alien::raylib v0.010

    This one doesn't call exit(3) when InitWindow fails 

  Change: aa3a6e41a51cc8d1a526f082aa9ba4003ff34075
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-03 14:19:17 +0000

    Skip, don't fail, test if no graphic device 

  Change: 35e61520ec417ac2ef301ab7afafe8da06a4208d
  Author: Ahmad Fatoum <ahmad@a3f.at>
  Date : 2018-02-03 13:05:13 +0000

    Skip graphical testing if graphic device unavailable 

=================================================
Plus 12 releases after 2018-02-03 00:00:00 +0000.
=================================================