Skip to content

Commit

Permalink
version 0.009001
Browse files Browse the repository at this point in the history
Changed repo url
  • Loading branch information
markwellis committed Feb 22, 2014
1 parent 6267f8f commit 1a3795f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 25 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
MANIFEST
*.swp
inc
*.bak
META*
MYMETA.*
Makefile
*.tar.gz
blib
pm_to_blib
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for perl module Exception::Simple

0.009001 2014-02-22
- Changed github repo url

0.009 2013-07-29
- Reformatted Changes file as per CPAN::Changes::Spec

Expand Down
17 changes: 0 additions & 17 deletions MANIFEST

This file was deleted.

10 changes: 10 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.*\.swp
\.git
\.bak
\.travis\.yml
README\.md
MYMETA.*
MANIFEST\.SKIP
blib
\.tar\.gz
pm_to_blib
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ test_requires 'parent';
perl_version '5.008';

resources(
'bugtracker' => 'https://github.com/n0body-/exception-simple/issues',
'repository' => 'https://github.com/n0body-/exception-simple.git',
'bugtracker' => 'https://github.com/markwellis/exception-simple/issues',
'repository' => 'https://github.com/markwellis/exception-simple.git',
);

auto_install;
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/n0body-/exception-simple.png)](https://travis-ci.org/n0body-/exception-simple)
[![Build Status](https://travis-ci.org/markwellis/exception-simple.png)](https://travis-ci.org/markwellis/exception-simple)
[![Coverage Status](https://coveralls.io/repos/markwellis/exception-simple/badge.png)](https://coveralls.io/r/markwellis/exception-simple)

Exception::Simple
=====
Expand Down
10 changes: 5 additions & 5 deletions lib/Exception/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Exception::Simple;
use strict;
use warnings;

our $VERSION = '0.009';
our $VERSION = '0.009001';
$VERSION = eval $VERSION;

use overload(
Expand Down Expand Up @@ -161,25 +161,25 @@ If you don't pass in error, then you'll get an undef warning on stringify
=head1 SUPPORT
Please submit bugs through L<https://github.com/n0body-/exception-simple/issues>
Please submit bugs through L<https://github.com/markwellis/exception-simple/issues>
For other issues, contact the maintainer
=head1 AUTHOR
n0body E<lt>[email protected]E<gt>
Mark Ellis E<lt>[email protected]E<gt>
=head1 CONTRIBUTORS
Stephen Thirlwall
=head1 SEE ALSO
L<http://thisaintnews.com>, L<Try::Tiny>
L<Try::Tiny>
=head1 LICENSE
Copyright (C) 2013 by n0body L<http://thisaintnews.com/>
Copyright 2014 Mark Ellis E<lt>[email protected]E<gt>
This library is free software, you can redistribute it and/or modify
it under the same terms as Perl itself.
Expand Down

0 comments on commit 1a3795f

Please sign in to comment.