Skip to content

Commit

Permalink
Removed pure Perl 6 version of MIME::Base64
Browse files Browse the repository at this point in the history
Perl 6 version removed, i.e. MIME::Base64::Perl, as was experimental
and poorly implemented. We need to wait until we have pack/unpack
in the Perl 6 core before providing this module.
  • Loading branch information
snarkyboojum committed Jul 29, 2010
1 parent 085e8b4 commit aabb5b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 68 deletions.
14 changes: 4 additions & 10 deletions README
@@ -1,26 +1,20 @@
NAME

MIME::Base64 - A Perl6 implementation of MIME::Base64 and friends
MIME::Base64 - A Perl6 implementation of MIME::Base64

DESCRIPTION

Two libraries are available:
A single module is available:

MIME::Base64

Implements encoding and decoding to and from base64 using an underlying
parrot library. This is a relatively fast implementation.

MIME::Base64::Perl

A horribly inefficient work in progress for doing the same thing as
MIME::Base64 in pure Perl 6 (what's currently available in Rakudo anyway).

STATUS

The Perl 6 version of MIME::Base64 is an experiment in Perl 6 and will
be replaced by a correct version when pack/unpack is available in the
Perl 6 core.
A pure Perl 6 version of MIME::Base64 will be included pack/unpack is available
in the Perl 6 core.

LICENSE and COPYRIGHT

Expand Down
40 changes: 0 additions & 40 deletions lib/MIME/Base64/Perl.pm6

This file was deleted.

18 changes: 0 additions & 18 deletions t/perl.t

This file was deleted.

0 comments on commit aabb5b1

Please sign in to comment.