summaryrefslogtreecommitdiff
path: root/lib/Mail/Transport.pm
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-07-25 17:53:29 +0200
committergregor herrmann <gregoa@debian.org>2020-07-25 17:53:29 +0200
commitc546a56280975abae95f34d0d6890b13e8e2ae0d (patch)
treec2653aaf6dadcfb327bda136c174a0366863f8b3 /lib/Mail/Transport.pm
parent3416dfd27319d9c0de01f516961eae932d9f850a (diff)
parent5b4c4e1af8d1ee922b648e5e439beeff98ed351d (diff)
Update upstream source from tag 'upstream/3.005'
Update to upstream version '3.005' with Debian dir 03e9d6ed4628715268552adc3147d768e17d34c9
Diffstat (limited to 'lib/Mail/Transport.pm')
-rw-r--r--lib/Mail/Transport.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Mail/Transport.pm b/lib/Mail/Transport.pm
index 3aca557..d01594e 100644
--- a/lib/Mail/Transport.pm
+++ b/lib/Mail/Transport.pm
@@ -1,4 +1,4 @@
-# Copyrights 2001-2019 by [Mark Overmeer].
+# Copyrights 2001-2020 by [Mark Overmeer].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
@@ -8,7 +8,7 @@
package Mail::Transport;
use vars '$VERSION';
-$VERSION = '3.004';
+$VERSION = '3.005';
use base 'Mail::Reporter';