Skip to content

Commit

Permalink
Prepare for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 1, 2016
1 parent 6329cc5 commit 81d2d88
Showing 1 changed file with 1 addition and 68 deletions.
69 changes: 1 addition & 68 deletions Task-FreecellSolver-Testing/lib/Task/FreecellSolver/Testing.pm
Expand Up @@ -12,7 +12,7 @@ Freecell Solver test suite.
=cut

our $VERSION = 'v0.0.7';
our $VERSION = 'v0.0.8';

# Load the dependencies so we'll be sure they are installed.
use Carp;
Expand Down Expand Up @@ -49,73 +49,6 @@ use YAML::XS;
Shlomi Fish, L<http://www.shlomifish.org/>
=head1 BUGS
Please report any bugs or feature requests to C<bug-task-freecellsolver-testing at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-FreecellSolver-Testing>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Task::FreecellSolver::Testing
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-FreecellSolver-Testing>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Task-FreecellSolver-Testing>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Task-FreecellSolver-Testing>
=item * Search CPAN
L<http://search.cpan.org/dist/Task-FreecellSolver-Testing/>
=back
=head1 ACKNOWLEDGEMENTS
=head1 COPYRIGHT & LICENSE
Copyright 2009 Shlomi Fish.
This program is distributed under the MIT (X11) License:
L<http://www.opensource.org/licenses/mit-license.php>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
=cut

1; # End of Task::FreecellSolver::Testing

0 comments on commit 81d2d88

Please sign in to comment.