2013-05-07 21:02  alceu.freitas.jr

	* lib/Siebel/Srvrmgr.pm,
	  lib/Siebel/Srvrmgr/ListParser/Output/Greetings.pm,
	  lib/Siebel/Srvrmgr/ListParser/Output/ListCompDef.pm,
	  lib/Siebel/Srvrmgr/ListParser/Output/ListParams.pm,
	  lib/Siebel/Srvrmgr/ListParser/Output/LoadPreferences.pm,
	  t/Test/Action.pm, t/Test/ActionStash.pm, t/Test/Buffer.pm,
	  t/Test/Comp.pm, t/Test/Condition.pm, t/Test/Daemon.pm,
	  t/Test/Greetings.pm, t/Test/ListComp.pm, t/Test/ListCompDef.pm,
	  t/Test/ListCompTypes.pm, t/Test/ListParams.pm,
	  t/Test/ListParser.pm, t/Test/ListServers.pm, t/Test/ListTasks.pm,
	  t/Test/LoadPreferences.pm, t/Test/Output.pm, t/Test/Server.pm: -
	  refactored subclasses of ListParser::Output to use "feature
	  switch" instead of labeled blocks
	  - added Test::Moose has_attribute_ok to test classes
	  - fixed minor bugs, specially to Greetings.pm
	  - added attribute help for Greetings.pm
	  - incremented release version in Srvrmgr.pm

2013-05-07 19:19  alceu.freitas.jr

	* lib/Siebel/Srvrmgr/ListParser/Output/ListComp.pm,
	  t/Test/Action/CheckComps.pm, t/output_8.1.1.5_21229.t: - changed
	  ListComp.pm to use given (use feature 'switch')
	  - fixed bugs in the output_8.1.1.5_21229.t and CheckComps.pm

2013-05-03 15:45  alceu.freitas.jr

	* t/output/8.1.1.5_21229.txt: removed BOM

2013-04-29 04:56  alceu.freitas.jr@gmail.com

	* ., Makefile.PL, lib/Siebel/Srvrmgr/ListParser.pm: removed
	  dependency of Siebel::AssertOS
	  included Devel::CheckOS code directly by using use-devel-assertos
	  command line program