The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.003006  2021-11-01 21:46:06+01:00 Europe/London
- Updated Inline::C integration via Alien::OpenMP::Inline
  to provide 'auto_include', which provides the
  line, #include <omp.h>, saving the programmer the
  need to worry about it. It's compiler specific,
  but both supported compilers (gcc, clang) use the
  same one (omp.h).

0.003005  2021-10-31 21:46:06+01:00 Europe/London
- Got a nice dist.ini and test update; no functional
  changes but dist.ini is now proper - thanks, @Grinnz!

0.003004  2021-10-30 21:46:06+01:00 Europe/London
- Replaced static Makefile.PL with one generated
  using [AlienBuild] and [MakeMaker::Awesome].

0.003003  2021-10-10 21:46:06+01:00 Europe/London
- support clang, use Alien::Build - thanks @kiwiroy

0.003002 2021-05-20
- fixed Makefile.PL (again)..
  made sure Devel::CheckLib is added
  to META.json by dzil

0.003001 2021-05-12
- fixed Makefile.PL

0.003 2021-05-08
- added Inline method for use with Inline::*
  See POD for more info it's use.

0.002 2021-04-20
- support GCC on Linux

0.001 2021-04-17
- basic no-op