chomp git describe
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 12 Jan 2013 12:58:30 +0000 (13:58 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 12 Jan 2013 12:58:30 +0000 (13:58 +0100)
angular-server.pl

index 2cdbf42..32ef31c 100755 (executable)
@@ -7,6 +7,7 @@ use Clone qw(clone);
 use Mojo::UserAgent;
 
 our $VERSION = `git describe`;
+chomp $VERSION;
 
 sub new_uuid { Time::HiRes::time * 100000 }