diff options
author | Karl Williamson <khw@cpan.org> | 2018-07-22 09:44:24 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-07-22 09:48:47 -0600 |
commit | 7ac2b6036a28da8067569cd6fc1714d40277fc49 (patch) | |
tree | 26b6583e55ff111da9b4cf8d5cc3269c54e1a48f /lib | |
parent | 2fbf56bf3e69027cbd6f82b7229e244107ce878e (diff) | |
download | perl-7ac2b6036a28da8067569cd6fc1714d40277fc49.tar.gz |
lib/Config/Extensions.pm: Bump version to .03
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Config/Extensions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Config/Extensions.pm b/lib/Config/Extensions.pm index a0809ccf3e..b92ebf8ab8 100644 --- a/lib/Config/Extensions.pm +++ b/lib/Config/Extensions.pm @@ -4,7 +4,7 @@ our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; -$VERSION = '0.02'; +$VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; |