New Upstream Snapshot - libchi-driver-memcached-perl

Ready changes

Summary

Merged new upstream version: 0.16+git20140911.1.0a9f6b7 (was: 0.16).

Resulting package

Built on 2023-01-11T03:43 (took 12m40s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libchi-driver-memcached-perl

Lintian Result

Diff

diff --git a/INSTALL b/INSTALL
index d2c744d..5a179ae 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-
 This is the Perl distribution CHI-Driver-Memcached.
 
 Installing CHI-Driver-Memcached is straightforward.
@@ -9,10 +8,10 @@ If you have cpanm, you only need one line:
 
     % cpanm CHI::Driver::Memcached
 
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
-    % cpanm -S CHI::Driver::Memcached
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
 
 ## Installing with the CPAN shell
 
@@ -22,8 +21,11 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/CHI::Driver::Memcached
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
@@ -32,13 +34,42 @@ Then install it:
 
     % make install
 
-If you are installing into a system-wide directory, you may need to run:
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
+by running the manual build process described above.
+
+## Configure Prerequisites
 
-    % sudo make install
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
 
 ## Documentation
 
 CHI-Driver-Memcached documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
 
     % perldoc CHI::Driver::Memcached
+
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff --git a/LICENSE b/LICENSE
index 273584e..0e4e915 100644
--- a/LICENSE
+++ b/LICENSE
@@ -292,21 +292,21 @@ Definitions:
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff --git a/MANIFEST b/MANIFEST
index e956712..1ce5fba 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029.
 Changes
 INSTALL
 LICENSE
diff --git a/META.json b/META.json
index 229a172..7c112ec 100644
--- a/META.json
+++ b/META.json
@@ -4,19 +4,19 @@
       "Jonathan Swartz <swartz@pobox.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "CHI-Driver-Memcached",
    "no_index" : {
       "directory" : [
-         "lib/CHI/Driver/Memcached/t",
-         "lib/CHI/Driver/Memcached/Test"
+         "lib/CHI/Driver/Memcached/Test",
+         "lib/CHI/Driver/Memcached/t"
       ]
    },
    "prereqs" : {
@@ -50,6 +50,9 @@
          "web" : "https://github.com/jonswar/perl-chi-driver-memcached"
       }
    },
-   "version" : "0.16"
+   "version" : "0.16",
+   "x_generated_by_perl" : "v5.36.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff --git a/META.yml b/META.yml
index c43d68a..06f50ef 100644
--- a/META.yml
+++ b/META.yml
@@ -8,7 +8,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.120921'
+generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,8 +16,8 @@ meta-spec:
 name: CHI-Driver-Memcached
 no_index:
   directory:
-    - lib/CHI/Driver/Memcached/t
     - lib/CHI/Driver/Memcached/Test
+    - lib/CHI/Driver/Memcached/t
 requires:
   CHI: '0.33'
   Moose: '0.66'
@@ -25,3 +25,6 @@ resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Driver-Memcached
   repository: git://github.com/jonswar/perl-chi-driver-memcached.git
 version: '0.16'
+x_generated_by_perl: v5.36.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff --git a/Makefile.PL b/Makefile.PL
index 673ba8b..a05d698 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,13 +1,10 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker ;
-
-
+use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Use Memcached for cache storage",
@@ -16,7 +13,6 @@ my %WriteMakefileArgs = (
     "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "CHI-Driver-Memcached",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
   "NAME" => "CHI::Driver::Memcached",
   "PREREQ_PM" => {
@@ -52,6 +48,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff --git a/README b/README
deleted file mode 100644
index 0a59ceb..0000000
--- a/README
+++ /dev/null
@@ -1,97 +0,0 @@
-NAME
-    CHI::Driver::Memcached -- Distributed cache via memcached (memory cache
-    daemon)
-
-VERSION
-    version 0.16
-
-SYNOPSIS
-        use CHI;
-
-        my $cache = CHI->new(
-            driver => 'Memcached',   # or 'Memcached::Fast', or 'Memcached::libmemcached'
-            namespace => 'products',
-            servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "/var/sock/memcached",
-            "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ],
-            debug => 0,
-            compress_threshold => 10_000,
-        );
-
-DESCRIPTION
-    A CHI driver that uses Cache::Memcached to store data in the specified
-    memcached server(s).
-
-    CHI::Driver::Memcached::Fast and CHI::Driver::Memcached::libmemcached
-    are also available as part of this distribution. They work with other
-    Memcached clients and support a similar feature set. Documentation for
-    all three modules is presented below.
-
-CONSTRUCTOR OPTIONS
-    Namespace, appended with ":", is passed along to the
-    Cached::Memcached::* constructor, along with any constructor options not
-    recognized by CHI - for example *servers*, *compress_threshold* and
-    *debug*.
-
-    If you need more control over the options passed to Cache::Memcached::*,
-    you may specify a hash directly in `memd_params'.
-
-METHODS
-    Besides the standard CHI methods:
-
-    memd
-        Returns a handle to the underlying Cache::Memcached::* object. You
-        can use this to call memcached-specific methods that are not
-        supported by the general API, e.g.
-
-            $self->memd->incr("key");
-            my $stats = $self->memd->stats();
-
-UNSUPPORTED METHODS
-    These standard CHI methods cannot currently be supported by memcached,
-    chiefly because there is no way to get a list of stored keys.
-
-    dump_as_hash
-    clear
-    get_keys
-    get_namespaces
-    is_empty
-    purge
-
-SUPPORT AND DOCUMENTATION
-    Questions and feedback are welcome, and should be directed to the
-    perl-cache mailing list:
-
-        http://groups.google.com/group/perl-cache-discuss
-
-    Bugs and feature requests will be tracked at RT:
-
-        http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Driver-Memcached
-
-    The latest source code can be browsed and fetched at:
-
-        http://github.com/jonswar/perl-chi-driver-memcached/tree/master
-        git clone git://github.com/jonswar/perl-chi-driver-memcached.git
-
-AUTHOR
-    Jonathan Swartz
-
-SEE ALSO
-    CHI, Cache::Memcached, CHI::Driver::Memcached::Fast,
-    CHI::Driver::Memcached::libmemcached
-
-COPYRIGHT & LICENSE
-    Copyright (C) 2007 Jonathan Swartz.
-
-    CHI::Driver::Memcached is provided "as is" and without any express or
-    implied warranties, including, without limitation, the implied
-    warranties of merchantibility and fitness for a particular purpose.
-
-    This program is free software; you can redistribute it and/or modify it
-    under the same terms as Perl itself.
-
-COPYRIGHT AND LICENSE
-    This software is copyright (c) 2011 by Jonathan Swartz.
-
-    This is free software; you can redistribute it and/or modify it under
-    the same terms as the Perl 5 programming language system itself.
-
diff --git a/debian/changelog b/debian/changelog
index 388c300..1682d1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libchi-driver-memcached-perl (0.16+git20140911.1.0a9f6b7-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 03:36:05 -0000
+
 libchi-driver-memcached-perl (0.16-2) unstable; urgency=medium
 
   [ Debian Janitor ]

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details