pplu / aws-sdk-perl

A community AWS SDK for Perl Programmers
Other
171 stars 94 forks source link

Do away with ResultParser and UnwrappedParser #28

Closed pplu closed 9 years ago

pplu commented 9 years ago

ResultParser and UnwrappedParser roles can be deleted (since the result_to_object methods are perfectly capable of converting a response into the object model).

I've started development in https://github.com/pplu/aws-sdk-perl/tree/resultparserv2

pplu commented 9 years ago

Release 0.09 does away with ResultParser and UnwrappedParser