Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Feb 25, 2011
1 parent bc17675 commit 9bbd912
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions MANIFEST
@@ -1,4 +1,7 @@
Changes Changes
contrib/cpan_vote.user.js
cpanvote-0.01.tar.gz
cpanvote-0.2.0.tar.gz
cpanvote.conf cpanvote.conf
db.sqlite db.sqlite
inc/Module/AutoInstall.pm inc/Module/AutoInstall.pm
Expand All @@ -20,6 +23,7 @@ lib/cpanvote/Controller/Auth.pm
lib/cpanvote/Controller/Dist.pm lib/cpanvote/Controller/Dist.pm
lib/cpanvote/Controller/Register.pm lib/cpanvote/Controller/Register.pm
lib/cpanvote/Controller/Root.pm lib/cpanvote/Controller/Root.pm
lib/cpanvote/Controller/Votes.pm
lib/cpanvote/Model/cpanvoteDB.pm lib/cpanvote/Model/cpanvoteDB.pm
lib/cpanvote/View/Mason.pm lib/cpanvote/View/Mason.pm
Makefile.PL Makefile.PL
Expand All @@ -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.png
root/static/images/btn_88x31_powered_shadow.png root/static/images/btn_88x31_powered_shadow.png
root/static/images/catalyst_logo.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_cgi.pl
script/cpanvote_create.pl script/cpanvote_create.pl
script/cpanvote_fastcgi.pl script/cpanvote_fastcgi.pl
Expand All @@ -50,9 +63,11 @@ t/02pod.t
t/03podcoverage.t t/03podcoverage.t
t/controller_Auth.t t/controller_Auth.t
t/controller_Dist.t t/controller_Dist.t
t/controller_Votes.t
t/dist.t t/dist.t
t/lib/cpanvote/Test/DB.pm t/lib/cpanvote/Test/DB.pm
t/lib/cpanvote/Test/Mech.pm t/lib/cpanvote/Test/Mech.pm
t/model_cpanvoteDB.t t/model_cpanvoteDB.t
t/session.t t/session.t
t/view_Mason.t t/view_Mason.t
yanick@www.metacpan.org
2 changes: 1 addition & 1 deletion contrib/cpan_vote.user.js
Expand Up @@ -5,7 +5,7 @@
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
// ==/UserScript== // ==/UserScript==


var cpanvote_url = "http://enkidu:3000"; var cpanvote_url = "http://www.metacpan.org:3000";
var first_vote_grab = true; var first_vote_grab = true;
var dist; var dist;


Expand Down
2 changes: 1 addition & 1 deletion lib/cpanvote.pm
Expand Up @@ -17,7 +17,7 @@ use Catalyst qw/


extends 'Catalyst'; extends 'Catalyst';


our $VERSION = '0.01'; our $VERSION = '0.2.0';
$VERSION = eval $VERSION; $VERSION = eval $VERSION;


__PACKAGE__->config( __PACKAGE__->config(
Expand Down

0 comments on commit 9bbd912

Please sign in to comment.