]> git.proxmox.com Git - libxdgmime-perl.git/commitdiff
update bindings
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 24 May 2023 11:37:07 +0000 (13:37 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 26 May 2023 17:00:11 +0000 (19:00 +0200)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Xdgmime/Changes
Xdgmime/Makefile.PL
Xdgmime/README
Xdgmime/lib/Xdgmime.pm

index 2f43e76abcbefba66a3db56c51bae5dc2a3cec26..9d9f51f6df5798433efe2dc7ee28ee32a9fb5841 100644 (file)
@@ -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
index c41c99df2b731a97f0a7008fa9ef4f325a737a63..fedb3366f6ca7e6c126a92d3343ad159a5508a8d 100644 (file)
@@ -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.
index 7e4d0b1e7d85e15ee34043fc29bdcd915cd61e36..ba0c1eaec6feac487a966050270c2582a3eae8fe 100644 (file)
@@ -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,
index b37e88327a56ed301fda1de0135cf7e820303b40..407be961ad097d5c01b5474298fd51cbf4380bec 100644 (file)
@@ -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()