Skip to content

Commit

Permalink
move github repo to G3S org
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Oct 21, 2015
1 parent 8d6553e commit b7c57ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Mojolicious-Plugin-NYTProf

0.17 2015-10-21
- [Doc] Move github repo to G3S org

0.16 2015-08-04
- [Fix] MSWin32 filename invalid chars ':','?' and length limitation of
260 chars (GH #8, thanks to xlat for the patch)
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ WriteMakefile(
resources => {
license => 'http://dev.perl.org/licenses/',
homepage => 'https://metacpan.org/module/Mojolicious::Plugin::NYTProf',
bugtracker => 'https://github.com/leejo/mojolicious-plugin-nytprof/issues',
repository => 'https://github.com/leejo/mojolicious-plugin-nytprof'
bugtracker => 'https://github.com/G3S/mojolicious-plugin-nytprof/issues',
repository => 'https://github.com/G3S/mojolicious-plugin-nytprof'
},
},
test => {
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Mojolicious::Plugin::NYTProf - Auto handling of Devel::NYTProf in your Mojolicio

<div>

<a href='https://travis-ci.org/leejo/mojolicious-plugin-nytprof?branch=master'><img src='https://travis-ci.org/leejo/mojolicious-plugin-nytprof.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/leejo/mojolicious-plugin-nytprof?branch=master'><img src='https://coveralls.io/repos/leejo/mojolicious-plugin-nytprof/badge.png?branch=master' alt='Coverage Status' /></a>
<a href='https://travis-ci.org/G3S/mojolicious-plugin-nytprof?branch=master'><img src='https://travis-ci.org/G3S/mojolicious-plugin-nytprof.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/G3S/mojolicious-plugin-nytprof?branch=master'><img src='https://coveralls.io/repos/G3S/mojolicious-plugin-nytprof/badge.png?branch=master' alt='Coverage Status' /></a>
</div>

# VERSION

0.16
0.17

# DESCRIPTION

Expand Down Expand Up @@ -132,4 +132,4 @@ This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. If you would like to contribute documentation
please raise an issue / pull request:

https://github.com/leejo/mojolicious-plugin-nytprof
https://github.com/G3S/mojolicious-plugin-nytprof
10 changes: 5 additions & 5 deletions lib/Mojolicious/Plugin/NYTProf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ package Mojolicious::Plugin::NYTProf;
Mojolicious::Plugin::NYTProf - Auto handling of Devel::NYTProf in your Mojolicious app
=for html
<a href='https://travis-ci.org/leejo/mojolicious-plugin-nytprof?branch=master'><img src='https://travis-ci.org/leejo/mojolicious-plugin-nytprof.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/leejo/mojolicious-plugin-nytprof?branch=master'><img src='https://coveralls.io/repos/leejo/mojolicious-plugin-nytprof/badge.png?branch=master' alt='Coverage Status' /></a>
<a href='https://travis-ci.org/G3S/mojolicious-plugin-nytprof?branch=master'><img src='https://travis-ci.org/G3S/mojolicious-plugin-nytprof.svg?branch=master' alt='Build Status' /></a>
<a href='https://coveralls.io/r/G3S/mojolicious-plugin-nytprof?branch=master'><img src='https://coveralls.io/repos/G3S/mojolicious-plugin-nytprof/badge.png?branch=master' alt='Coverage Status' /></a>
=head1 VERSION
0.16
0.17
=head1 DESCRIPTION
Expand Down Expand Up @@ -59,7 +59,7 @@ use File::Temp;
use File::Which;
use File::Spec::Functions qw/catfile catdir/;

our $VERSION = '0.16';
our $VERSION = '0.17';

=head1 METHODS
Expand Down Expand Up @@ -397,7 +397,7 @@ This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. If you would like to contribute documentation
please raise an issue / pull request:
https://github.com/leejo/mojolicious-plugin-nytprof
https://github.com/G3S/mojolicious-plugin-nytprof
=cut

Expand Down

0 comments on commit b7c57ce

Please sign in to comment.