summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAristotle Pagaltzis <pagaltzis@gmx.de>2022-08-09 00:22:52 +0200
committerAristotle Pagaltzis <pagaltzis@gmx.de>2022-08-09 00:22:52 +0200
commit37053d30764b2b79ab3fd81c4e349b141ee78dbe (patch)
tree93e6e3cc185853bdaf14124c9a82ca633f3c71b1
parentb690cc54901954e91cc8ffead8aaafc07338fa27 (diff)
release 1.502
-rw-r--r--Changes4
-rw-r--r--lib/Bencode.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index a235360..c028f3d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Release history for Bencode
+1.502 Tue 09 Aug 2022
+ - No functional changes
+ - Updated package tooling and metadata
+
1.501 Sat 30 Sep 2017
- No test failures under Carp < 1.25
- No test dependency on Test::More >= 0.88
diff --git a/lib/Bencode.pm b/lib/Bencode.pm
index 88b9f37..2614848 100644
--- a/lib/Bencode.pm
+++ b/lib/Bencode.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
package Bencode;
-our $VERSION = '1.501';
+our $VERSION = '1.502';
use Exporter::Tidy all => [qw( bencode bdecode )];