summaryrefslogtreecommitdiff
path: root/lib/GnuPG
diff options
context:
space:
mode:
authorAlex Vandiver <alexmv@bestpractical.com>2014-03-13 13:14:25 -0400
committerAlex Vandiver <alexmv@bestpractical.com>2014-03-13 13:14:25 -0400
commit0601b6c0f99582df0566b1b633311fe9a59d7e0d (patch)
treef33fd26068feeed9cc5e34118b2bfcf0ba4a83bb /lib/GnuPG
parenta6d1c66d3e7db9938dc15b47d4d24cb9329de71f (diff)
Checking in changes prior to tagging of version 0.49.
Changelog diff is: diff --git a/ChangeLog b/ChangeLog index cfa49d1..7cca2bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +0.49 Thu Mar 13 13:05:17 EDT 2014 + Restore context-sensitive (array/arrayref) behavior of multiple + array methods from 0.46. + Fix MANIFEST/.gitignore inconsistency + 0.48 Mon Mar 10 11:26:17 EDT 2014 Switch from --always-trust to --trust-model=always
Diffstat (limited to 'lib/GnuPG')
-rw-r--r--lib/GnuPG/Interface.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 5a28f8a..bfa2ec4 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -28,7 +28,7 @@ use Math::BigInt try => 'GMP';
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.48';
+$VERSION = '0.49';
has $_ => (
isa => 'Any',