From 03d6d32d66ccf842001dc8d8e0b5757f8055ef11 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 19 Nov 2016 20:25:29 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ README | 5 +---- lib/Linux/Seccomp.pm | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index aa6b6c2..5785bbb 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ Revision history for Perl extension Linux::Seccomp. +0.002 2016-11-19T20:25+00:00 + - Bundle libseccomp and build against it + - Add a test for some essential functionality + - Fix errors in POD + - Drop build-dep on Devel::CheckLib + 0.001 2016-07-01T01:18+03:00 - Initial release diff --git a/README b/README index 9e5ebce..6a2e4be 100644 --- a/README +++ b/README @@ -26,10 +26,7 @@ To install this module type the following: DEPENDENCIES -This module requires these other modules and libraries: - -* Devel::CheckLib -* libseccomp +This module has no dependencies. COPYRIGHT AND LICENCE diff --git a/lib/Linux/Seccomp.pm b/lib/Linux/Seccomp.pm index d1c2034..25a3d47 100644 --- a/lib/Linux/Seccomp.pm +++ b/lib/Linux/Seccomp.pm @@ -467,7 +467,7 @@ our @EXPORT = @{$EXPORT_TAGS{macros}}; our $VERSION; BEGIN{ - $VERSION = '0.001'; + $VERSION = '0.002'; } sub AUTOLOAD { -- 2.30.2