aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Taylor <njtaylor0101@gmail.com>2013-02-08 11:11:27 +0000
committerNigel Taylor <njtaylor0101@gmail.com>2013-02-08 11:11:27 +0000
commitce96680c0b9f8248d38306eccbd91d7d737a02fd (patch)
tree81d73152a72372deaa27373dfccb4e5b8a0413fe
parent6ca35379c5ba56c4b1198c3c15cd41ab4ac2323e (diff)
downloadget-flash-videos-ce96680c0b9f8248d38306eccbd91d7d737a02fd.tar.gz
Use single line for MakeMaker to get version
-rwxr-xr-xget_flash_videos4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_flash_videos b/get_flash_videos
index 5378883..8a5c7f6 100755
--- a/get_flash_videos
+++ b/get_flash_videos
@@ -47,8 +47,8 @@ use FlashVideo::VideoPreferences;
unshift @INC, \&plugin_loader;
-use constant CVERSION => "1.25";
-our $VERSION = CVERSION;
+# single line for MakeMaker to get version
+use constant CVERSION => "1.25"; our $VERSION = CVERSION;
our %opt;
BEGIN {