Skip to content

Commit

Permalink
codepeek.com is now offline (RT#101095)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Mar 5, 2015
1 parent 55c018a commit a620c30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Revision history for {{$dist->name}}
- fix the Gist plugin to work with github's stricter validation
(PR #11, Tatsuhiko Miyagawa)
- removed +x permissions on files (RT#102361)
- mark the Codepeek service as deprecated (RT#101823)

1.003 2015-01-03 20:52:17Z
- re-release to fix problematic $VERSION declaration (RT#101095)
Expand Down
6 changes: 5 additions & 1 deletion lib/App/Nopaste/Service/Codepeek.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
use warnings;
package App::Nopaste::Service::Codepeek;
# ABSTRACT: Service for Codepeek - http://codepeek.com
# ABSTRACT: (DEPRECATED) Service for Codepeek - http://codepeek.com

use base 'App::Nopaste::Service';

Expand Down Expand Up @@ -38,6 +38,10 @@ __END__
=pod
=head1 DEPRECATION NOTICE
L<http://codepeek.com> is now offline, so this service no longer works.
=head1 AUTHOR
Justin Hunter, C<< <justin.d.hunter@gmail.com> >>
Expand Down

0 comments on commit a620c30

Please sign in to comment.