#1038: Convert Digest::MD5 to object-based implementation
-------------------+--------------------------------------------------------
 Reporter:  coke   |       Owner:       
     Type:  todo   |      Status:  new  
 Priority:  minor  |   Milestone:       
Component:  none   |     Version:  trunk
 Severity:  low    |    Keywords:  gci  
     Lang:         |       Patch:       
 Platform:         |  
-------------------+--------------------------------------------------------

Old description:

> Originally opened in [http://rt.perl.org/rt3/Ticket/Display.html?id=54650
> RT]
>
> {{{
> Currently Digest::MD5 is an entirely subroutine-based implementation
> and stores subs in the global namespace. It would be helpful
> if it provided an object-based interface as well.
>
> Pm
> }}}

New description:

 Originally opened in [http://rt.perl.org/rt3/Ticket/Display.html?id=54650
 RT]

 {{{
 Currently Digest::MD5 is an entirely subroutine-based implementation
 and stores subs in the global namespace. It would be helpful
 if it provided an object-based interface as well.

 Pm
 }}}

--

Comment(by bacek):

 Hello.

 This is wrong approach. Preferably functional interface should be
 implemented in terms of OO interface. And Digest::MD5 should support
 incremental update similar to Perl5 Digest::MD5 module.

 --
 Bacek

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1038#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to