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

1.02  Thu May 24 13:18:00 2012
	- Update pre-reqs in Build.PL and Makefile.PL.
		Various Set::* modules are not included. To run scripts/symmetric.demo.pl, install
		Set::Array, Set::Scalar and Set::Tiny manually.
	- Simplify scripts/symmetric.demo.pl, so it has less pre-reqs.

1.01  Wed May 23 10:25:00 2012
	- Implement overload_type = 3 instead of hard-coding the name Object::Array.
	- Include links to MetaCPAN in the output report.
	- Fix version # in Benchmark::Featureset::SetOps::Config.
	- Add a recommendation, as a note to Set::Object, and various other notes.
	- Change design of HTML template slightly.
	- Include statistics from Set::Tiny's benchmark.pl.
	- Update various notes per module.
	- Identify the report generator (this module) in the report body.
	- Ship scripts/symmetric.demo.pl.
	- Ship data/benchmark.log.

1.00  Tue May 22 11:53:00 2012
	- Original version