• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/MIME/Base64/H05-Jan-2006-9126

t/H05-Jan-2006-5034

ChangesH A D04-Jan-2006180 74

MANIFESTH A D04-Jan-2006166 87

META.ymlH A D05-Jan-2006359 1210

Makefile.PLH A D04-Jan-2006334 119

READMEH A D05-Jan-2006757 2817

README

1MIME-Base64-URLSafe version 0.01
2================================
3
4MIME::Base64::URLSafe is an URL-safe base64 encoder / decoder, compatible with python's urlsafe_b64encode / urlsafe_b64decode.  The codec uses '-' and '/' instead of '+' and '/', which have special meanings when embedded in URL.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19  MIME::Base64
20
21COPYRIGHT
22
23Copyright (C) 2006  Cybozu Labs, Inc.
24
25This library is free software; you can redistribute it and/or modify
26it under the same terms as Perl itself, either Perl version 5.8.7 or,
27at your option, any later version of Perl 5 you may have available.
28