~ubuntu-branches/ubuntu/wily/libsereal-encoder-perl/wily

« back to all changes in this revision

Viewing changes to lib/Sereal/Encoder/Constants.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-10-20 18:26:33 UTC
  • mfrom: (17.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20141020182633-ojroz2634vd16lqf
Tags: 3.003-1
* Team upload.
* New upstream release.
* Bump versioned build dependency on libsereal-decoder-perl.
* Set SEREAL_USE_BUNDLED_LIBS=1 in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
use strict;
5
5
use warnings;
6
6
use Carp qw(croak);
7
 
use Sereal::Encoder; # for XSLoading
 
7
use Sereal::Encoder; our $VERSION= $Sereal::Encoder::VERSION; # for XSLoading
8
8
our @ISA = qw(Exporter);
9
9
require Exporter;
10
10
our @EXPORT_OK;