Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:bricas/cpanhq
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jul 21, 2009
2 parents 4b0d51f + 0bf356f commit 849d0b4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 59 deletions.
5 changes: 3 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ requires 'Archive::Extract';
requires 'Catalyst::Action::RenderView' => '0.07';
requires 'Catalyst::Model::DBIC::Schema';
requires 'Catalyst::Plugin::Authentication' => '0.100091';
requires 'Catalyst::Authentication::Credential::OpenID';
requires 'Catalyst::Authentication::Store::DBIx::Class';
requires 'Catalyst::Plugin::Authentication' => '0.100091';
requires 'Catalyst::Plugin::Authorization::ACL';
requires 'Catalyst::Plugin::ConfigLoader' => '0.23';
requires 'Catalyst::Plugin::Session';
Expand All @@ -23,8 +26,6 @@ requires 'File::Spec';
requires 'File::Temp';
requires 'Graph::Easy';
requires 'List::Util';
requires 'LWPx::ParanoidAgent';
requires 'Net::OpenID::Consumer';
requires 'parent';
requires 'Rose::HTML::Form';
requires 'YAML::XS';
Expand Down
16 changes: 0 additions & 16 deletions Rejects/cpanhq.yml

This file was deleted.

32 changes: 0 additions & 32 deletions cpanhq.conf.old

This file was deleted.

8 changes: 0 additions & 8 deletions cpanhq.yml.old

This file was deleted.

2 changes: 1 addition & 1 deletion tmp/gen-twitter-feed.pl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
my $desc = $tweet->{'description'};
$desc =~ s{^cpanhq: }{};
my $link = $tweet->{'link'};
print {$html_fh} qq{<li>$desc <span class="link">(<a href="$link>link</a>)</span></li>\n};
print {$html_fh} qq{<li>$desc <span class="link">(<a href="$link">link</a>)</span></li>\n};
}

print {$html_fh} <<'EOF';
Expand Down

0 comments on commit 849d0b4

Please sign in to comment.