File: README

package info (click to toggle)
libdata-serializer-sereal-perl 1.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 58; makefile: 2
file content (66 lines) | stat: -rw-r--r-- 1,701 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
NAME
    Data::Serializer::Sereal - Creates bridge between Data::Serializer and
    Sereal

VERSION
    Version 1.00

SYNOPSIS
    Creates bridge between Data::Serializer and Sereal

SUBROUTINES/METHODS
  serialize
    serialize object/data

  deserialize
    deserialize object/data

  decoder
    gets the decoder from options or uses the default decoder

  encoder
    gets the encoder from options or uses the default encoder

AUTHOR
    James Rouzier, "<rouzier at gmail.com>"

BUGS
    Please report any bugs or feature requests to
    "bug-data-serializer-sereal at rt.cpan.org", or through the web
    interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-Serializer-Sereal>.
    I will be notified, and then you'll automatically be notified of
    progress on your bug as I make changes.

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc Data::Serializer::Sereal

    You can also look for information at:

    *   RT: CPAN's request tracker

        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Serializer-Sereal>

    *   AnnoCPAN: Annotated CPAN documentation

        <http://annocpan.org/dist/Data-Serializer-Sereal>

    *   CPAN Ratings

        <http://cpanratings.perl.org/d/Data-Serializer-Sereal>

    *   Search CPAN

        <http://search.cpan.org/dist/Data-Serializer-Sereal/>

LICENSE AND COPYRIGHT
    Copyright 2014 James Rouzier.

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

    See http://dev.perl.org/licenses/ for more information.