diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-16 23:46:16 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-16 23:46:29 +0200 |
commit | 0010debf167cdf2a49aa9d53a72f267a9db39895 (patch) | |
tree | 4df1a93e8a33fa9bdeb95ce5c1b77e7315bd9788 /ext/B | |
parent | 4facedc50e776eef20e2990271b7243eeb79c4ef (diff) | |
download | perl-0010debf167cdf2a49aa9d53a72f267a9db39895.tar.gz |
Add a version number to B::Lint::Debug
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B/Lint/Debug.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/B/B/Lint/Debug.pm b/ext/B/B/Lint/Debug.pm index 0a9b1bebb9..5929bb6d42 100644 --- a/ext/B/B/Lint/Debug.pm +++ b/ext/B/B/Lint/Debug.pm @@ -1,5 +1,7 @@ package B::Lint::Debug; +our $VERSION = '0.01'; + =head1 NAME B::Lint::Debug - Adds debugging stringification to B:: |