We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7872bc2 commit 794decbCopy full SHA for 794decb
Changes
@@ -1,3 +1,6 @@
1
+2013-10-22 - 4.9
2
+ Fix the fact that we can't handle single letter package names (thanks sbaynes)
3
+
4
2013-05-27 - 4.8
5
Fix some typos (David Steinbrunner)
6
Fix error in testing when Text::BibTex is installed (thanks to Andreas Koenig)
lib/Module/Pluggable.pm
@@ -11,7 +11,7 @@ use if $] > 5.017, 'deprecate';
11
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
12
13
14
-$VERSION = '4.8';
+$VERSION = '4.9';
15
$FORCE_SEARCH_ALL_PATHS = 0;
16
17
sub import {
0 commit comments