From 9bbd912f9232667580c2ad803b8d33bd8a022d14 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 24 Feb 2011 20:11:57 -0500 Subject: [PATCH] minor things --- MANIFEST | 15 +++++++++++++++ contrib/cpan_vote.user.js | 2 +- lib/cpanvote.pm | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index f582114..621868f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,7 @@ Changes +contrib/cpan_vote.user.js +cpanvote-0.01.tar.gz +cpanvote-0.2.0.tar.gz cpanvote.conf db.sqlite inc/Module/AutoInstall.pm @@ -20,6 +23,7 @@ lib/cpanvote/Controller/Auth.pm lib/cpanvote/Controller/Dist.pm lib/cpanvote/Controller/Register.pm lib/cpanvote/Controller/Root.pm +lib/cpanvote/Controller/Votes.pm lib/cpanvote/Model/cpanvoteDB.pm lib/cpanvote/View/Mason.pm Makefile.PL @@ -38,6 +42,15 @@ root/static/images/btn_88x31_built_shadow.png root/static/images/btn_88x31_powered.png root/static/images/btn_88x31_powered_shadow.png root/static/images/catalyst_logo.png +root/static/images/meh.png +root/static/images/meh_off.png +root/static/images/nay.png +root/static/images/nay_off.png +root/static/images/nea.png +root/static/images/selected_vote.png +root/static/images/vote_selected.png +root/static/images/yea.png +root/static/images/yea_off.png script/cpanvote_cgi.pl script/cpanvote_create.pl script/cpanvote_fastcgi.pl @@ -50,9 +63,11 @@ t/02pod.t t/03podcoverage.t t/controller_Auth.t t/controller_Dist.t +t/controller_Votes.t t/dist.t t/lib/cpanvote/Test/DB.pm t/lib/cpanvote/Test/Mech.pm t/model_cpanvoteDB.t t/session.t t/view_Mason.t +yanick@www.metacpan.org diff --git a/contrib/cpan_vote.user.js b/contrib/cpan_vote.user.js index b1cee9b..1419b9b 100644 --- a/contrib/cpan_vote.user.js +++ b/contrib/cpan_vote.user.js @@ -5,7 +5,7 @@ // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js // ==/UserScript== -var cpanvote_url = "http://enkidu:3000"; +var cpanvote_url = "http://www.metacpan.org:3000"; var first_vote_grab = true; var dist; diff --git a/lib/cpanvote.pm b/lib/cpanvote.pm index 0010881..d261576 100644 --- a/lib/cpanvote.pm +++ b/lib/cpanvote.pm @@ -17,7 +17,7 @@ use Catalyst qw/ extends 'Catalyst'; -our $VERSION = '0.01'; +our $VERSION = '0.2.0'; $VERSION = eval $VERSION; __PACKAGE__->config(