The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
META.yml 11
lib/WWW/AtMovies/TV.pm 11
2 files changed (This is a version diff) 22
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               WWW-AtMovies-TV
-version:            v0.04
+version:            0.04
 abstract:           ~
 author:  []
 license:            unknown
@@ -14,7 +14,7 @@ Version 0.04
 
 =cut
 
-use version; our $VERSION = qv('0.04');
+our $VERSION = '0.04';
 my $base_url = 'http://tv.atmovies.com.tw/tv/attv.cfm?action=showtime&groupid=M';
 
 has 'content' => ( is => 'rw', isa => 'Str'     );