diff options
Diffstat (limited to 'lib/URI/rtsp.pm')
-rw-r--r-- | lib/URI/rtsp.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/URI/rtsp.pm b/lib/URI/rtsp.pm index fa82efc..895648a 100644 --- a/lib/URI/rtsp.pm +++ b/lib/URI/rtsp.pm @@ -3,7 +3,8 @@ package URI::rtsp; use strict; use warnings; -our $VERSION = "1.69"; +our $VERSION = '1.70_001'; +$VERSION = eval $VERSION; use parent 'URI::http'; |