-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
31 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ package Exception::Simple; | |
use strict; | ||
use warnings; | ||
|
||
our $VERSION = '0.009'; | ||
our $VERSION = '0.009001'; | ||
$VERSION = eval $VERSION; | ||
|
||
use overload( | ||
|
@@ -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. | ||
|