File: ChangeLog

package info (click to toggle)
libpoe-component-pubsub-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 363; makefile: 2
file content (23 lines) | stat: -r--r--r-- 624 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2009-03-20 nperez <nperez@cpan.org>
	* Release: 0.05
	* Clean up behaviors with regards event checking
	* Fix warnings and bugs
	* Add 'our $TRACE_AND_DEBUG;' ability

2009-03-19 nperez <nperez@cpan.org>
	* Release: 0.04
	* Include a 'destroy' event to kill the session

2009-03-12 nperez <nperez@cpan.org>
	* New release: 0.03
	* Enable 'input' published events
	* Relax subscribing without publisher

2008-12-27 nperez <nperez@cpan.org>
	* Maintenance revision: 0.02
	* Make sure Build.PL requires 5.10.0
	* Make sure PubSub.pm does a backwards compat 'use 5.010;'

2008-12-27 nperez <nperez@cpan.org>
	* Initial release