Skip to content

Commit

Permalink
Dev (#27)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sanko authored Dec 19, 2022
1 parent 58ec665 commit ef29ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Affix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
#
Expand Down

0 comments on commit ef29ab1

Please sign in to comment.