From: Stoiko Ivanov Date: Wed, 24 May 2023 11:37:07 +0000 (+0200) Subject: update bindings X-Git-Url: https://git.proxmox.com/?p=libxdgmime-perl.git;a=commitdiff_plain;h=94212449fd9c6febd4699714b40970eed5538e1b update bindings Signed-off-by: Stoiko Ivanov --- diff --git a/Xdgmime/Changes b/Xdgmime/Changes index 2f43e76..9d9f51f 100644 --- a/Xdgmime/Changes +++ b/Xdgmime/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Xdgmime. +1.1 Wed May 24 13:09:18 2023 + - updated with newer xdgmime-source by running h2xs 1.23 with options + -P -v 1.0 -F -DHAVE_MMAP -M '^XDG_' -t PV -Ofan Xdgmime xdgmime.h + 1.0 Fri Jun 11 11:16:07 2021 - updated by running h2xs 1.23 with options -P -v 1.0 -F -DHAVE_MMAP -M '^XDG_' -t PV -Ofan Xdgmime xdgmime.h diff --git a/Xdgmime/Makefile.PL b/Xdgmime/Makefile.PL index c41c99d..fedb336 100644 --- a/Xdgmime/Makefile.PL +++ b/Xdgmime/Makefile.PL @@ -1,4 +1,4 @@ -use 5.032001; +use 5.036000; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. diff --git a/Xdgmime/README b/Xdgmime/README index 7e4d0b1..ba0c1ea 100644 --- a/Xdgmime/README +++ b/Xdgmime/README @@ -31,7 +31,7 @@ COPYRIGHT AND LICENCE Put the correct copyright and licence information here. -Copyright (C) 2021 by stoiko ivanov +Copyright (C) 2023 by Proxmox Server Solutions GmbH This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.32.1 or, diff --git a/Xdgmime/lib/Xdgmime.pm b/Xdgmime/lib/Xdgmime.pm index b37e883..407be96 100644 --- a/Xdgmime/lib/Xdgmime.pm +++ b/Xdgmime/lib/Xdgmime.pm @@ -1,6 +1,6 @@ package Xdgmime; -use 5.032001; +use 5.036000; use strict; use warnings; use Carp; @@ -53,7 +53,7 @@ our @EXPORT = qw( xdg_mime_shutdown ); -our $VERSION = '1.0'; +our $VERSION = '1.1'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant()