From ef29ab1b34b3579486a7da4d4b4f299f6b1084c9 Mon Sep 17 00:00:00 2001 From: Sanko Robinson Date: Mon, 19 Dec 2022 17:51:18 -0500 Subject: [PATCH] Dev (#27) * wipe custom cflags * Checking in changes prior to tagging of version 0.08_04. Changelog diff is: diff --git a/Changes b/Changes index f40afd1..76da3fe 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ Revision history for Perl extension Affix.pm {{$NEXT}} -0.08_03 2022-12-19T04:55:20Z +0.08_04 2022-12-19T14:34:06Z - Smoke diagnostics * Get a stable dist ready... * Checking in changes prior to tagging of version 0.08. Changelog diff is: diff --git a/Changes b/Changes index e26d37a..d5a79db 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension Affix.pm {{$NEXT}} +0.08 2022-12-19T22:29:53Z + - Correct struct alignment for perls with quadmath and/or longdouble enabled 0.07 2022-12-17T02:41:44Z --- Changes | 2 ++ lib/Affix.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e26d37aa..d5a79db6 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension Affix.pm {{$NEXT}} +0.08 2022-12-19T22:29:53Z + - Correct struct alignment for perls with quadmath and/or longdouble enabled 0.07 2022-12-17T02:41:44Z diff --git a/lib/Affix.pm b/lib/Affix.pm index bc2a4632..fd5ef343 100644 --- a/lib/Affix.pm +++ b/lib/Affix.pm @@ -11,7 +11,7 @@ package Affix 0.08 { # 'FFI' is my middle name! use Carp qw[]; use vars qw[@EXPORT_OK @EXPORT %EXPORT_TAGS]; - # our $VERSION = '0.08_04'; + # our $VERSION = '0.08'; use XSLoader; XSLoader::load( __PACKAGE__, our $VERSION ); #