The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changelog for Beam-Emitter

0.007 2015-01-04T14:30:47
 - fix docs to remove return value from emit_args()
 - fix link text to read more like a paragraph
 - add tagline for advent article

0.006 2015-01-04T02:55:56
 - release v0.006
 - fix POD errors and add SEE ALSO sections

0.005 2015-01-04T02:46:14
 - release v0.005
 - add tutorial-style documentation
 - add link to #beam on irc.perl.org

0.004 2015-01-04T01:55:02
 - release v0.004
 - update Types::Standard to 0.008
 - update copyright year
 - add contributors dzil plugin for proper attribution
 - only ignore bundles in the dist root
 - only remove .ini files from the dist root
 - add dzil tag annotation with name, date, and changelog

0.003 2014-11-16T01:42:26
 - release v0.003
 - allow cpanfile to be dirty
 - add new build artifacts
 - fix dist.ini after copying from Beam-Wire
 - interleave and update documentation for weaving
 - clarify which method uses Beam::Event
 - add more missing dependencies
 - switch to Type::Tiny
 - add missing Test::More dependency
 - update dist.ini and add travis-ci
 - add emit_args to give args directly to listeners
 - update weaver.ini from new default skeleton
 - add Build.PL to the base repo
 - SurgicalPodWeaver -> PodWeaver

0.002 2013-04-18T01:08:23
 - update dist details to be higher kwalitee
 - Update lib/Beam/Emitter.pm

0.001 2013-02-15T07:47:31
 - add README for github
 - add dist directories to gitignore
 - basic event class and emitter role