The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Perl6::Say.

0.01  Thu Mar 25 22:00:02 2004
	- original version; created by h2xs 1.22 with options
		-A -P -X -f -n Perl6::Say



0.02	Sun Mar 28 13:11:42 2004

	- Fixed bug in Makefile (thanks Stefan!)


0.03	Thu Mar 10 23:26:14 2005

    - Changed $\ interaction in line with changes in Perl 6 design
      (C<say @stuff> is now always equivalent to C<print @stuff, "\n">)

    - Fixed multiple export (added import()) (thanks Schwern)


0.04	Fri Apr  8 04:03:10 2005

    - Added correct handling of default call to use $_, like print
      (thanks Schwern)