New Upstream Release - libffi-platypus-perl

Ready changes

Summary

Merged new upstream version: 2.08 (was: 2.07).

Resulting package

Built on 2023-06-07T10:20 (took 5m43s)

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

apt install -t fresh-releases libffi-platypus-perl-dbgsymapt install -t fresh-releases libffi-platypus-perl

Lintian Result

Diff

diff --git a/CONTRIBUTING b/CONTRIBUTING
index eea541be..5ff650a8 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -73,7 +73,7 @@ CONTRIBUTING
       despite these precautions, then you can turn its use off by setting
       this environment variable when you run Makefile.PL:
 
-       helix% env FFI_PLATYPUS_NO_ALLOCA=1 perl Makefile.PL 
+       helix% env FFI_PLATYPUS_NO_ALLOCA=1 perl Makefile.PL
        NO_ALLOCA:
          + alloca() will not be used, even if your platform supports it.
        Generating a Unix-style Makefile
@@ -98,9 +98,10 @@ CONTRIBUTING
       * Please make an effort to follow existing coding style when making
       pull requests.
 
-      * Platypus supports all production Perl releases since 5.8.1. For
-      that reason, please do not introduce any code that requires a newer
-      version of Perl.
+      * The intent of the FFI-Platypus team is to support the same versions
+      of Perl that are supported by the Perl toolchain. As of this writing
+      that means 5.16 and better. As such, please do not include any code
+      that requires a newer version of Perl.
 
  Performance Testing
 
@@ -110,7 +111,7 @@ CONTRIBUTING
     making significant changes to the Platypus Core. For that I use
     `FFI-Performance`, which can be found in my GitHub repository here:
 
-    https://github.com/PerlFFI/FFI-Performance
+    https://github.com/Perl5-FFI/FFI-Performance
 
  System integrators
 
diff --git a/Changes b/Changes
index 45c1b6eb..1fdfb957 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for FFI-Platypus
 
+2.08      2023-05-05 15:48:53 -0600
+  - Updated non-binding support for Perls to match the policy
+    of the Perl toolchain (Perls older than 10 years old are
+    unsupported, with a one-time exception of Perl 5.16).  The
+    intent is not to suddenly drop support for older Perls, but
+    the FFI-Platypus team may take advantage of features in
+    supported Perls that will effectively remove compatability
+    with unsupported Perls.
+  - Documentation improvements (gh#392)
+
 2.07      2023-03-14 06:59:09 -0600
   - Production release identical to 2.06_01
 
diff --git a/MANIFEST b/MANIFEST
index c75dda48..124627ce 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029.
 CONTRIBUTING
 Changes
 Changes.FFI-Build
diff --git a/META.json b/META.json
index a3e1df20..bbce4e67 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Graham Ollis <plicease@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -170,7 +170,7 @@
       "x_IRC" : "irc://irc.perl.org/#native",
       "x_twitter" : "https://fosstodon.org/@PerlFFI"
    },
-   "version" : "2.07",
+   "version" : "2.08",
    "x_contributors" : [
       "Graham Ollis <plicease@cpan.org>",
       "Bakkiaraj Murugesan (bakkiaraj)",
@@ -193,7 +193,7 @@
       "Jos\u00e9 Joaqu\u00edn Atria (JJATRIA)",
       "Pete Houston (openstrike, HOUSTON)"
    ],
-   "x_generated_by_perl" : "v5.37.4",
+   "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",
    "x_use_unsafe_inc" : 0
diff --git a/META.yml b/META.yml
index e8829fff..1d080a9a 100644
--- a/META.yml
+++ b/META.yml
@@ -18,7 +18,7 @@ configure_requires:
   parent: '0'
   perl: '5.006'
 dynamic_config: 1
-generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
+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
@@ -45,7 +45,7 @@ resources:
   bugtracker: https://github.com/PerlFFI/FFI-Platypus/issues
   homepage: https://pl.atypus.org
   repository: git://github.com/PerlFFI/FFI-Platypus.git
-version: '2.07'
+version: '2.08'
 x_contributors:
   - 'Graham Ollis <plicease@cpan.org>'
   - 'Bakkiaraj Murugesan (bakkiaraj)'
@@ -67,7 +67,7 @@ x_contributors:
   - szTheory
   - 'José Joaquín Atria (JJATRIA)'
   - 'Pete Houston (openstrike, HOUSTON)'
-x_generated_by_perl: v5.37.4
+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'
 x_use_unsafe_inc: 0
diff --git a/Makefile.PL b/Makefile.PL
index 4ab747e8..93427c16 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -93,7 +93,7 @@ my %WriteMakefileArgs = (
     "Test2::API"    => "1.302015",
     "Test2::V0"     => "0.000121"
   },
-  "VERSION" => "2.07",
+  "VERSION" => "2.08",
   "test"    => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index 3ceb0016..d0d52ba0 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ NAME
 
 VERSION
 
-    version 2.07
+    version 2.08
 
 SYNOPSIS
 
@@ -94,9 +94,9 @@ DESCRIPTION
     Platypus has extensive documentation of types at FFI::Platypus::Type
     and its custom types API at FFI::Platypus::API.
 
-    You are strongly encouraged to use API level 1 for all new code. There
+    You are strongly encouraged to use API level 2 for all new code. There
     are a number of improvements and design fixes that you get for free.
-    You should even consider updating existing modules to use API level 1
+    You should even consider updating existing modules to use API level 2
     where feasible. How do I do that you might ask? Simply pass in the API
     level to the platypus constructor.
 
@@ -126,7 +126,11 @@ CONSTRUCTORS
 
       [version 0.91]
 
-      Sets the API level. Legal values are
+      Sets the API level. The recommended value for all new code is 2. The
+      Platypus documentation assumes API level 2 except for a few places
+      that specifically document older versions. You should only use a
+      lower value for a legacy code base that cannot be migrated to a newer
+      API level. Legal values are:
 
       0
 
@@ -140,8 +144,8 @@ CONSTRUCTORS
 
       2
 
-	Enable version 2 API. All new code should be written with this set
-	to 1! The Platypus documentation assumes this api level is set.
+	Enable version 2 API. The Platypus documentation assumes this api
+	level is set.
 
 	API version 2 is identical to version 1, except:
 
@@ -2275,6 +2279,10 @@ CAVEATS
 
 SUPPORT
 
+    The intent of the FFI-Platypus team is to support the same versions of
+    Perl that are supported by the Perl toolchain. As of this writing that
+    means 5.16 and better.
+
     IRC: #native on irc.perl.org
 
     (click for instant chat room login)
@@ -2386,9 +2394,10 @@ CONTRIBUTING
       * Please make an effort to follow existing coding style when making
       pull requests.
 
-      * Platypus supports all production Perl releases since 5.8.1. For
-      that reason, please do not introduce any code that requires a newer
-      version of Perl.
+      * The intent of the FFI-Platypus team is to support the same versions
+      of Perl that are supported by the Perl toolchain. As of this writing
+      that means 5.16 and better. As such, please do not include any code
+      that requires a newer version of Perl.
 
  Performance Testing
 
diff --git a/SUPPORT b/SUPPORT
index 4fbfb61f..52eb2f44 100644
--- a/SUPPORT
+++ b/SUPPORT
@@ -1,5 +1,9 @@
 SUPPORT
 
+    The intent of the FFI-Platypus team is to support the same versions of
+    Perl that are supported by the Perl toolchain. As of this writing that
+    means 5.16 and better.
+
     IRC: #native on irc.perl.org
 
     (click for instant chat room login)
@@ -9,5 +13,5 @@ SUPPORT
     a feature request, please open an issue on this project's GitHub Issue
     tracker:
 
-    https://github.com/perl5-FFI/FFI-Platypus/issues
+    https://github.com/perlFFI/FFI-Platypus/issues
 
diff --git a/debian/changelog b/debian/changelog
index 10e3f948..44f4ae8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-libffi-platypus-perl (2.07-1) UNRELEASED; urgency=medium
+libffi-platypus-perl (2.08-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   IGNORE-VERSION: 2.07-1
   # only change in build system
 
   * Import upstream version 2.07.
 
- -- gregor herrmann <gregoa@debian.org>  Sun, 19 Mar 2023 17:26:28 +0100
+  [ Debian Janitor ]
+  * New upstream release.
+
+ -- gregor herrmann <gregoa@debian.org>  Wed, 07 Jun 2023 10:16:11 -0000
 
 libffi-platypus-perl (2.05-1) unstable; urgency=medium
 
diff --git a/dist.ini b/dist.ini
index ef71e3e5..4d84d432 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,7 +3,7 @@ author           = Graham Ollis <plicease@cpan.org>
 license          = Perl_5
 copyright_holder = Graham Ollis
 copyright_year   = 2015-2022
-version          = 2.07
+version          = 2.08
 
 ; authordep ExtUtils::MakeMaker
 
diff --git a/include/ppport.h b/include/ppport.h
index 890e3233..2cf04b6f 100644
--- a/include/ppport.h
+++ b/include/ppport.h
@@ -6,7 +6,7 @@ my $void = <<'SKIP';
 
     include/ppport.h -- Perl/Pollution/Portability Version 3.68
 
-    Automatically created by Devel::PPPort running under perl 5.037004.
+    Automatically created by Devel::PPPort running under perl 5.036000.
 
     Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
     includes in parts/inc/ instead.
@@ -5680,6 +5680,7 @@ nextargv|5.003007||Viu
 nextchar|5.005000||Viu
 NEXT_LINE_CHAR|5.007003||Viu
 NEXT_OFF|5.005000||Viu
+NEXTOPER|5.003007||Viu
 next_symbol|5.007003||Viu
 ninstr|5.003007|5.003007|n
 NL_LANGINFO_LOCK|5.033005||Viu
@@ -7732,6 +7733,7 @@ PREGf_VERBARG_SEEN|5.009005||Viu
 prepare_SV_for_RV|5.010001||Viu
 prescan_version|5.011004|5.011004|
 PRESCAN_VERSION|5.019008||Viu
+PREVOPER|5.003007||Viu
 PREV_RANGE_MATCHES_INVLIST|5.023002||Viu
 printbuf|5.009004||Viu
 print_bytes_for_locale|5.027002||Viu
@@ -8124,8 +8126,6 @@ reg_named_buff_nextkey|5.009005||cVu
 reg_named_buff_scalar|5.009005||cVu
 regnext|5.003007||cVu
 reg_node|5.005000||Viu
-REGNODE_AFTER|5.003007||Viu
-REGNODE_BEFORE|5.003007||Viu
 regnode_guts|5.021005||Viu
 regnode_guts_debug|||Viu
 REGNODE_MAX|5.009004||Viu
diff --git a/lib/FFI/Build.pm b/lib/FFI/Build.pm
index 95da9220..e3638e7f 100644
--- a/lib/FFI/Build.pm
+++ b/lib/FFI/Build.pm
@@ -14,7 +14,7 @@ use Capture::Tiny ();
 use File::Path ();
 
 # ABSTRACT: Build shared libraries for use with FFI
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 # Platypus-Man,
 # Platypus-Man,
@@ -366,7 +366,7 @@ FFI::Build - Build shared libraries for use with FFI
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/File/Base.pm b/lib/FFI/Build/File/Base.pm
index be928bfd..9140fcb4 100644
--- a/lib/FFI/Build/File/Base.pm
+++ b/lib/FFI/Build/File/Base.pm
@@ -11,7 +11,7 @@ use FFI::Build::PluginData;
 use overload '""' => sub { $_[0]->path }, bool => sub { 1 }, fallback => 1;
 
 # ABSTRACT: Base class for File::Build files
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -159,7 +159,7 @@ FFI::Build::File::Base - Base class for File::Build files
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/File/C.pm b/lib/FFI/Build/File/C.pm
index ea818db1..763ae50f 100644
--- a/lib/FFI/Build/File/C.pm
+++ b/lib/FFI/Build/File/C.pm
@@ -11,7 +11,7 @@ use File::Path ();
 use FFI::Build::File::Object;
 
 # ABSTRACT: Class to track C source file in FFI::Build
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub accept_suffix
@@ -186,7 +186,7 @@ FFI::Build::File::C - Class to track C source file in FFI::Build
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/File/CXX.pm b/lib/FFI/Build/File/CXX.pm
index 886b3d0e..14948742 100644
--- a/lib/FFI/Build/File/CXX.pm
+++ b/lib/FFI/Build/File/CXX.pm
@@ -8,7 +8,7 @@ use constant default_suffix => '.cxx';
 use constant default_encoding => ':utf8';
 
 # ABSTRACT: Class to track C source file in FFI::Build
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub accept_suffix
@@ -42,7 +42,7 @@ FFI::Build::File::CXX - Class to track C source file in FFI::Build
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/File/Library.pm b/lib/FFI/Build/File/Library.pm
index 0c795575..0542d4d9 100644
--- a/lib/FFI/Build/File/Library.pm
+++ b/lib/FFI/Build/File/Library.pm
@@ -7,7 +7,7 @@ use parent qw( FFI::Build::File::Base );
 use constant default_encoding => ':raw';
 
 # ABSTRACT: Class to track object file in FFI::Build
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub default_suffix
@@ -29,7 +29,7 @@ FFI::Build::File::Library - Class to track object file in FFI::Build
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/File/Object.pm b/lib/FFI/Build/File/Object.pm
index d2b99c58..38899693 100644
--- a/lib/FFI/Build/File/Object.pm
+++ b/lib/FFI/Build/File/Object.pm
@@ -8,7 +8,7 @@ use constant default_encoding => ':raw';
 use Carp ();
 
 # ABSTRACT: Class to track object file in FFI::Build
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub default_suffix
@@ -40,7 +40,7 @@ FFI::Build::File::Object - Class to track object file in FFI::Build
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/MM.pm b/lib/FFI/Build/MM.pm
index 03aaaadf..78c79a83 100644
--- a/lib/FFI/Build/MM.pm
+++ b/lib/FFI/Build/MM.pm
@@ -13,7 +13,7 @@ use File::Copy ();
 use ExtUtils::MakeMaker 7.12;
 
 # ABSTRACT: FFI::Build installer code for ExtUtils::MakeMaker
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -308,7 +308,7 @@ FFI::Build::MM - FFI::Build installer code for ExtUtils::MakeMaker
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/Platform.pm b/lib/FFI/Build/Platform.pm
index df9dd073..255e4a0d 100644
--- a/lib/FFI/Build/Platform.pm
+++ b/lib/FFI/Build/Platform.pm
@@ -11,7 +11,7 @@ use File::Spec;
 use FFI::Platypus::ShareConfig;
 
 # ABSTRACT: Platform specific configuration.
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -443,7 +443,7 @@ FFI::Build::Platform - Platform specific configuration.
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/Plugin.pm b/lib/FFI/Build/Plugin.pm
index 91660ccc..04d5f983 100644
--- a/lib/FFI/Build/Plugin.pm
+++ b/lib/FFI/Build/Plugin.pm
@@ -6,7 +6,7 @@ use autodie;
 use File::Spec::Functions qw( catdir catfile );
 
 # ABSTRACT: Platform and local customizations of FFI::Build
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -72,7 +72,7 @@ FFI::Build::Plugin - Platform and local customizations of FFI::Build
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Build/PluginData.pm b/lib/FFI/Build/PluginData.pm
index f39bbb10..e8210db5 100644
--- a/lib/FFI/Build/PluginData.pm
+++ b/lib/FFI/Build/PluginData.pm
@@ -7,7 +7,7 @@ use parent qw( Exporter );
 our @EXPORT_OK = qw( plugin_data );
 
 # ABSTRACT: Platform and local customizations of FFI::Build
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub plugin_data
@@ -39,7 +39,7 @@ FFI::Build::PluginData - Platform and local customizations of FFI::Build
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus.pm b/lib/FFI/Platypus.pm
index 581dc6fa..0ac34083 100644
--- a/lib/FFI/Platypus.pm
+++ b/lib/FFI/Platypus.pm
@@ -8,7 +8,7 @@ use FFI::Platypus::Function;
 use FFI::Platypus::Type;
 
 # ABSTRACT: Write Perl bindings to non-Perl libraries with FFI. No XS required.
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 # Platypus-Man,
 # Platypus-Man,
@@ -598,7 +598,7 @@ FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS requir
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
@@ -698,10 +698,10 @@ L<EXAMPLES|/EXAMPLES> to get a taste of what you can do with Platypus.
 Platypus has extensive documentation of types at L<FFI::Platypus::Type>
 and its custom types API at L<FFI::Platypus::API>.
 
-You are B<strongly> encouraged to use API level 1 for all new code.
+You are B<strongly> encouraged to use API level 2 for all new code.
 There are a number of improvements and design fixes that you get
 for free.  You should even consider updating existing modules to
-use API level 1 where feasible.  How do I do that you might ask?
+use API level 2 where feasible.  How do I do that you might ask?
 Simply pass in the API level to the platypus constructor.
 
  my $ffi = FFI::Platypus->new( api => 2 );
@@ -734,7 +734,11 @@ the L<lib|/lib> attribute.
 
 [version 0.91]
 
-Sets the API level.  Legal values are
+Sets the API level.  The recommended value for all new code is C<2>.
+The Platypus documentation assumes API level C<2> except for a few
+places that specifically document older versions.  You should
+only use a lower value for a legacy code base that cannot be migrated to
+a newer API level. Legal values are:
 
 =over
 
@@ -750,7 +754,7 @@ and type decoration on basic types.
 
 =item C<2>
 
-Enable version 2 API. All new code should be written with this set to 1!
+Enable version 2 API.
 The Platypus documentation assumes this api level is set.
 
 API version 2 is identical to version 1, except:
@@ -2910,6 +2914,10 @@ written it yet.
 
 =head1 SUPPORT
 
+The intent of the C<FFI-Platypus> team is to support the same versions of
+Perl that are supported by the Perl toolchain.  As of this writing that
+means 5.16 and better.
+
 IRC: #native on irc.perl.org
 
 L<(click for instant chat room login)|http://chat.mibbit.com/#native@irc.perl.org>
@@ -3033,9 +3041,10 @@ requests.
 
 =item
 
-Platypus supports all production Perl releases since 5.8.1.  For that
-reason, please do not introduce any code that requires a newer version
-of Perl.
+The intent of the C<FFI-Platypus> team is to support the same versions of
+Perl that are supported by the Perl toolchain.  As of this writing that
+means 5.16 and better.  As such, please do not include any code that
+requires a newer version of Perl.
 
 =back
 
diff --git a/lib/FFI/Platypus/API.pm b/lib/FFI/Platypus/API.pm
index e19fb756..83845444 100644
--- a/lib/FFI/Platypus/API.pm
+++ b/lib/FFI/Platypus/API.pm
@@ -9,7 +9,7 @@ use Exporter qw( import );
 our @EXPORT = grep /^arguments_/, keys %FFI::Platypus::API::;
 
 # ABSTRACT: Platypus arguments and return value API for custom types
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 1;
@@ -26,7 +26,7 @@ FFI::Platypus::API - Platypus arguments and return value API for custom types
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Buffer.pm b/lib/FFI/Platypus/Buffer.pm
index 3f8ddc39..368651ca 100644
--- a/lib/FFI/Platypus/Buffer.pm
+++ b/lib/FFI/Platypus/Buffer.pm
@@ -10,7 +10,7 @@ our @EXPORT = qw( scalar_to_buffer buffer_to_scalar );
 our @EXPORT_OK = qw ( scalar_to_pointer grow set_used_length window );
 
 # ABSTRACT: Convert scalars to C buffers
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 use constant _incantation =>
@@ -50,7 +50,7 @@ FFI::Platypus::Buffer - Convert scalars to C buffers
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Bundle.pm b/lib/FFI/Platypus/Bundle.pm
index 59b4651a..0ea7760b 100644
--- a/lib/FFI/Platypus/Bundle.pm
+++ b/lib/FFI/Platypus/Bundle.pm
@@ -6,7 +6,7 @@ use 5.008004;
 use Carp ();
 
 # ABSTRACT: Bundle foreign code with your Perl module
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 package FFI::Platypus;
@@ -150,7 +150,7 @@ FFI::Platypus::Bundle - Bundle foreign code with your Perl module
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Closure.pm b/lib/FFI/Platypus/Closure.pm
index d122f26f..bc64b03b 100644
--- a/lib/FFI/Platypus/Closure.pm
+++ b/lib/FFI/Platypus/Closure.pm
@@ -12,7 +12,7 @@ use overload '&{}' => sub {
 }, bool => sub { 1 }, fallback => 1;
 
 # ABSTRACT: Platypus closure object
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -67,7 +67,7 @@ sub unstick
 
 package FFI::Platypus::ClosureData;
 
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 1;
 
@@ -83,7 +83,7 @@ FFI::Platypus::Closure - Platypus closure object
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Constant.pm b/lib/FFI/Platypus/Constant.pm
index 683638d2..225b25f1 100644
--- a/lib/FFI/Platypus/Constant.pm
+++ b/lib/FFI/Platypus/Constant.pm
@@ -7,7 +7,7 @@ use constant 1.32 ();
 use FFI::Platypus;
 
 # ABSTRACT: Define constants in C space for Perl
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 {
@@ -66,7 +66,7 @@ FFI::Platypus::Constant - Define constants in C space for Perl
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/DL.pm b/lib/FFI/Platypus/DL.pm
index 16539086..03426782 100644
--- a/lib/FFI/Platypus/DL.pm
+++ b/lib/FFI/Platypus/DL.pm
@@ -10,7 +10,7 @@ our @EXPORT = qw( dlopen dlerror dlsym dlclose );
 push @EXPORT, grep /RTLD_/, keys %FFI::Platypus::DL::;
 
 # ABSTRACT: Slightly non-portable interface to libdl
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 1;
@@ -27,7 +27,7 @@ FFI::Platypus::DL - Slightly non-portable interface to libdl
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Function.pm b/lib/FFI/Platypus/Function.pm
index 3145c62e..46769c67 100644
--- a/lib/FFI/Platypus/Function.pm
+++ b/lib/FFI/Platypus/Function.pm
@@ -6,7 +6,7 @@ use 5.008004;
 use FFI::Platypus;
 
 # ABSTRACT: An FFI function object
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 use overload '&{}' => sub {
@@ -127,7 +127,7 @@ FFI::Platypus::Function - An FFI function object
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Internal.pm b/lib/FFI/Platypus/Internal.pm
index 84132a21..67cf39e4 100644
--- a/lib/FFI/Platypus/Internal.pm
+++ b/lib/FFI/Platypus/Internal.pm
@@ -12,7 +12,7 @@ _init();
 our @EXPORT = grep /^FFI_PL/, keys %FFI::Platypus::Internal::;
 
 # ABSTRACT: For internal use only
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 1;
@@ -29,7 +29,7 @@ FFI::Platypus::Internal - For internal use only
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Lang.pm b/lib/FFI/Platypus/Lang.pm
index 12d076e1..1c35f8e1 100644
--- a/lib/FFI/Platypus/Lang.pm
+++ b/lib/FFI/Platypus/Lang.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 
 # ABSTRACT: Language specific customizations
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 
@@ -23,7 +23,7 @@ FFI::Platypus::Lang - Language specific customizations
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Lang/ASM.pm b/lib/FFI/Platypus/Lang/ASM.pm
index 472de726..dfc3df23 100644
--- a/lib/FFI/Platypus/Lang/ASM.pm
+++ b/lib/FFI/Platypus/Lang/ASM.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 
 # ABSTRACT: Documentation and tools for using Platypus with the Assembly
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub native_type_map
@@ -27,7 +27,7 @@ FFI::Platypus::Lang::ASM - Documentation and tools for using Platypus with the A
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Lang/C.pm b/lib/FFI/Platypus/Lang/C.pm
index 68680f19..cdac81ba 100644
--- a/lib/FFI/Platypus/Lang/C.pm
+++ b/lib/FFI/Platypus/Lang/C.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 
 # ABSTRACT: Documentation and tools for using Platypus with the C programming language
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub native_type_map
@@ -28,7 +28,7 @@ FFI::Platypus::Lang::C - Documentation and tools for using Platypus with the C p
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Lang/Win32.pm b/lib/FFI/Platypus/Lang/Win32.pm
index de6555cf..59afb9b9 100644
--- a/lib/FFI/Platypus/Lang/Win32.pm
+++ b/lib/FFI/Platypus/Lang/Win32.pm
@@ -6,7 +6,7 @@ use 5.008004;
 use Config;
 
 # ABSTRACT: Documentation and tools for using Platypus with the Windows API
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub abi
@@ -197,7 +197,7 @@ FFI::Platypus::Lang::Win32 - Documentation and tools for using Platypus with the
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Legacy.pm b/lib/FFI/Platypus/Legacy.pm
index 07419fad..2203a8ec 100644
--- a/lib/FFI/Platypus/Legacy.pm
+++ b/lib/FFI/Platypus/Legacy.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 
 # ABSTRACT: Legacy Platypus interfaces
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 package FFI::Platypus;
@@ -78,7 +78,7 @@ FFI::Platypus::Legacy - Legacy Platypus interfaces
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 DESCRIPTION
 
diff --git a/lib/FFI/Platypus/Memory.pm b/lib/FFI/Platypus/Memory.pm
index e098b42e..070b9258 100644
--- a/lib/FFI/Platypus/Memory.pm
+++ b/lib/FFI/Platypus/Memory.pm
@@ -7,7 +7,7 @@ use FFI::Platypus;
 use Exporter qw( import );
 
 # ABSTRACT: Memory functions for FFI
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 our @EXPORT = qw( malloc free calloc realloc memcpy memset strdup strndup strcpy );
@@ -80,7 +80,7 @@ FFI::Platypus::Memory - Memory functions for FFI
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Record.pm b/lib/FFI/Platypus/Record.pm
index 632962f0..499371e6 100644
--- a/lib/FFI/Platypus/Record.pm
+++ b/lib/FFI/Platypus/Record.pm
@@ -11,7 +11,7 @@ use constant 1.32 ();
 our @EXPORT = qw( record_layout record_layout_1 );
 
 # ABSTRACT: FFI support for structured records data
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub record_layout_1
@@ -204,7 +204,7 @@ FFI::Platypus::Record - FFI support for structured records data
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Record/Meta.pm b/lib/FFI/Platypus/Record/Meta.pm
index 0e3eb0d3..e66c0c82 100644
--- a/lib/FFI/Platypus/Record/Meta.pm
+++ b/lib/FFI/Platypus/Record/Meta.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 
 # ABSTRACT: FFI support for structured records data
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 {
@@ -85,7 +85,7 @@ FFI::Platypus::Record::Meta - FFI support for structured records data
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 DESCRIPTION
 
diff --git a/lib/FFI/Platypus/Record/TieArray.pm b/lib/FFI/Platypus/Record/TieArray.pm
index 48d32872..91e82b69 100644
--- a/lib/FFI/Platypus/Record/TieArray.pm
+++ b/lib/FFI/Platypus/Record/TieArray.pm
@@ -6,7 +6,7 @@ use 5.008004;
 use Carp qw( croak );
 
 # ABSTRACT: Tied array interface for record array members
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub TIEARRAY
@@ -63,7 +63,7 @@ FFI::Platypus::Record::TieArray - Tied array interface for record array members
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/ShareConfig.pm b/lib/FFI/Platypus/ShareConfig.pm
index d234da8e..4913a240 100644
--- a/lib/FFI/Platypus/ShareConfig.pm
+++ b/lib/FFI/Platypus/ShareConfig.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 use File::Spec;
 
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 sub dist_dir ($)
 {
@@ -64,7 +64,7 @@ FFI::Platypus::ShareConfig
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 AUTHOR
 
diff --git a/lib/FFI/Platypus/Type.pm b/lib/FFI/Platypus/Type.pm
index da2087bb..6e7dd139 100644
--- a/lib/FFI/Platypus/Type.pm
+++ b/lib/FFI/Platypus/Type.pm
@@ -7,7 +7,7 @@ use Carp qw( croak );
 require FFI::Platypus;
 
 # ABSTRACT: Defining types for FFI::Platypus
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 # The TypeParser and Type classes are used internally ONLY and
 # are not to be exposed to the user.  External users should
@@ -58,7 +58,7 @@ FFI::Platypus::Type - Defining types for FFI::Platypus
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Type/PointerSizeBuffer.pm b/lib/FFI/Platypus/Type/PointerSizeBuffer.pm
index c74a8f5b..bb73084b 100644
--- a/lib/FFI/Platypus/Type/PointerSizeBuffer.pm
+++ b/lib/FFI/Platypus/Type/PointerSizeBuffer.pm
@@ -13,7 +13,7 @@ use FFI::Platypus::Buffer qw( scalar_to_buffer );
 use FFI::Platypus::Buffer qw( buffer_to_scalar );
 
 # ABSTRACT: Convert string scalar to a buffer as a pointer / size_t combination
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 my @stack;
@@ -61,7 +61,7 @@ FFI::Platypus::Type::PointerSizeBuffer - Convert string scalar to a buffer as a
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Type/StringArray.pm b/lib/FFI/Platypus/Type/StringArray.pm
index 0a7b5428..28e4f6e4 100644
--- a/lib/FFI/Platypus/Type/StringArray.pm
+++ b/lib/FFI/Platypus/Type/StringArray.pm
@@ -6,7 +6,7 @@ use 5.008004;
 use FFI::Platypus;
 
 # ABSTRACT: Platypus custom type for arrays of strings
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 use constant _incantation =>
@@ -125,7 +125,7 @@ FFI::Platypus::Type::StringArray - Platypus custom type for arrays of strings
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Type/StringPointer.pm b/lib/FFI/Platypus/Type/StringPointer.pm
index 7524b53e..69938b28 100644
--- a/lib/FFI/Platypus/Type/StringPointer.pm
+++ b/lib/FFI/Platypus/Type/StringPointer.pm
@@ -7,7 +7,7 @@ use FFI::Platypus;
 use Scalar::Util qw( readonly );
 
 # ABSTRACT: Convert a pointer to a string and back
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 use constant _incantation =>
@@ -76,7 +76,7 @@ FFI::Platypus::Type::StringPointer - Convert a pointer to a string and back
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/Type/WideString.pm b/lib/FFI/Platypus/Type/WideString.pm
index b15343b6..d09eb271 100644
--- a/lib/FFI/Platypus/Type/WideString.pm
+++ b/lib/FFI/Platypus/Type/WideString.pm
@@ -10,7 +10,7 @@ use Encode qw( decode encode find_encoding );
 use Carp ();
 
 # ABSTRACT: Platypus custom type for Unicode "wide" strings
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 my @stack;  # To keep buffer alive.
@@ -187,7 +187,7 @@ FFI::Platypus::Type::WideString - Platypus custom type for Unicode "wide" string
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/TypeParser.pm b/lib/FFI/Platypus/TypeParser.pm
index f0520bca..1c7c94da 100644
--- a/lib/FFI/Platypus/TypeParser.pm
+++ b/lib/FFI/Platypus/TypeParser.pm
@@ -7,7 +7,7 @@ use List::Util 1.45 qw( uniqstr );
 use Carp qw( croak );
 
 # ABSTRACT: FFI Type Parser
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 # The TypeParser and Type classes are used internally ONLY and
@@ -120,7 +120,7 @@ FFI::Platypus::TypeParser - FFI Type Parser
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 DESCRIPTION
 
diff --git a/lib/FFI/Platypus/TypeParser/Version0.pm b/lib/FFI/Platypus/TypeParser/Version0.pm
index c600720b..c19b7b56 100644
--- a/lib/FFI/Platypus/TypeParser/Version0.pm
+++ b/lib/FFI/Platypus/TypeParser/Version0.pm
@@ -7,7 +7,7 @@ use Carp qw( croak );
 use parent qw( FFI::Platypus::TypeParser );
 
 # ABSTRACT: FFI Type Parser Version Zero
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 our @CARP_NOT = qw( FFI::Platypus FFI::Platypus::TypeParser );
@@ -165,7 +165,7 @@ FFI::Platypus::TypeParser::Version0 - FFI Type Parser Version Zero
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/TypeParser/Version1.pm b/lib/FFI/Platypus/TypeParser/Version1.pm
index dda61aee..db8a8ef2 100644
--- a/lib/FFI/Platypus/TypeParser/Version1.pm
+++ b/lib/FFI/Platypus/TypeParser/Version1.pm
@@ -8,7 +8,7 @@ use parent qw( FFI::Platypus::TypeParser );
 use constant _version => 1;
 
 # ABSTRACT: FFI Type Parser Version One
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 our @CARP_NOT = qw( FFI::Platypus FFI::Platypus::TypeParser );
@@ -300,7 +300,7 @@ FFI::Platypus::TypeParser::Version1 - FFI Type Parser Version One
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Platypus/TypeParser/Version2.pm b/lib/FFI/Platypus/TypeParser/Version2.pm
index 3630ce6a..daab65b6 100644
--- a/lib/FFI/Platypus/TypeParser/Version2.pm
+++ b/lib/FFI/Platypus/TypeParser/Version2.pm
@@ -7,7 +7,7 @@ use parent qw( FFI::Platypus::TypeParser::Version1 );
 use constant _version => 2;
 
 # ABSTRACT: FFI Type Parser Version Two
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 1;
@@ -24,7 +24,7 @@ FFI::Platypus::TypeParser::Version2 - FFI Type Parser Version Two
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Probe.pm b/lib/FFI/Probe.pm
index 2a0f619b..771c9187 100644
--- a/lib/FFI/Probe.pm
+++ b/lib/FFI/Probe.pm
@@ -12,7 +12,7 @@ use Capture::Tiny qw( capture_merged capture );
 use FFI::Temp;
 
 # ABSTRACT: System detection and probing for FFI extensions.
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -513,7 +513,7 @@ FFI::Probe - System detection and probing for FFI extensions.
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Probe/Runner.pm b/lib/FFI/Probe/Runner.pm
index 159764df..b7eb1534 100644
--- a/lib/FFI/Probe/Runner.pm
+++ b/lib/FFI/Probe/Runner.pm
@@ -7,7 +7,7 @@ use Capture::Tiny qw( capture );
 use FFI::Probe::Runner::Result;
 
 # ABSTRACT: Probe runner for FFI
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -85,7 +85,7 @@ FFI::Probe::Runner - Probe runner for FFI
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Probe/Runner/Builder.pm b/lib/FFI/Probe/Runner/Builder.pm
index d33756d0..81fc7565 100644
--- a/lib/FFI/Probe/Runner/Builder.pm
+++ b/lib/FFI/Probe/Runner/Builder.pm
@@ -9,7 +9,7 @@ use Text::ParseWords ();
 use FFI::Build::Platform;
 
 # ABSTRACT: Probe runner builder for FFI
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -251,7 +251,7 @@ FFI::Probe::Runner::Builder - Probe runner builder for FFI
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Probe/Runner/Result.pm b/lib/FFI/Probe/Runner/Result.pm
index c8c0fb13..adba7b3c 100644
--- a/lib/FFI/Probe/Runner/Result.pm
+++ b/lib/FFI/Probe/Runner/Result.pm
@@ -5,7 +5,7 @@ use warnings;
 use 5.008004;
 
 # ABSTRACT: The results from a probe run.
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 sub new
@@ -42,7 +42,7 @@ FFI::Probe::Runner::Result - The results from a probe run.
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 SYNOPSIS
 
diff --git a/lib/FFI/Temp.pm b/lib/FFI/Temp.pm
index 43279c08..7b8a3f6a 100644
--- a/lib/FFI/Temp.pm
+++ b/lib/FFI/Temp.pm
@@ -8,7 +8,7 @@ use File::Spec;
 use File::Temp qw( tempdir );
 
 # ABSTRACT: Temp Dir support for FFI::Platypus
-our $VERSION = '2.07'; # VERSION
+our $VERSION = '2.08'; # VERSION
 
 
 # problem with vanilla File::Temp is that is often uses
@@ -85,7 +85,7 @@ FFI::Temp - Temp Dir support for FFI::Platypus
 
 =head1 VERSION
 
-version 2.07
+version 2.08
 
 =head1 DESCRIPTION
 

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/c4/33a4900a329d9ee7bf349a5ca5fc007e9a46b8.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/49/6ce13a72f46fac0c8a9a0ca2410553f3abadc0.debug

No differences were encountered between the control files of package libffi-platypus-perl

Control files of package libffi-platypus-perl-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 2c5ad9c2e69c16fdc31fa2f881daf486660ffd59 496ce13a72f46fac0c8a9a0ca2410553f3abadc0 c433a4900a329d9ee7bf349a5ca5fc007e9a46b8 d0d84a621c3fa28078d20ce49d6a00c1606ed622

More details

Full run details