Skip to content

Commit 794decb

Browse files
committed
Bump version
1 parent 7872bc2 commit 794decb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
2013-05-27 - 4.8
25
Fix some typos (David Steinbrunner)
36
Fix error in testing when Text::BibTex is installed (thanks to Andreas Koenig)

lib/Module/Pluggable.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use if $] > 5.017, 'deprecate';
1111
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
1212

1313

14-
$VERSION = '4.8';
14+
$VERSION = '4.9';
1515
$FORCE_SEARCH_ALL_PATHS = 0;
1616

1717
sub import {

0 commit comments

Comments
 (0)