The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Adapter-Async

0.008     2014-08-30 00:38:42+01:00 Europe/London
	Features:
	* ->modify for changing a single element

0.007     2014-08-21 17:20:12+01:00 Europe/London
	Features:
	* Helper methods for ->all

	Bug fixes:
	* Off-by-one on ->pop
	* Better splice handling - now also returns the elements found,
	might need to make this optional so it's undocumented for now.

0.006     2014-08-16 09:42:43+01:00 Europe/London
	No new features.

	Bug fixes:
	* Allow calling ->push and ->pop in void context

0.005     2014-08-16 09:30:50+01:00 Europe/London
	No new features.

	Documentation fixes:
	* Minimal documentation for new helper methods

0.004     2014-08-16 09:23:55+01:00 Europe/London
	Features:
	* Helper methods for ->push, ->shift, ->unshift, ->pop
	* Moved ->insert, ->append to ::OrderedList, since
	the wrappers are likely to be appropriate for other
	implementations as well

0.003     2014-08-12 18:39:22+01:00 Europe/London
	No new features

	Dependency fixes:
	* Add curry to the list

0.002     2014-08-10 14:58:33+01:00 Europe/London
	No new features

	Documentation fixes:
	* Fix NAME section for ::OrderedList to resolve CPAN indexing issues

0.001     2014-08-10 08:31:22+01:00 Europe/London
	Initial CPAN release