[Bps-public-commit] Test-Script-Run branch, master, updated. 813075ebab1baa96571a33e8c0fbc4bd73975fe6
? sunnavy
sunnavy at bestpractical.com
Sun Oct 20 08:09:10 EDT 2013
The branch, master has been updated
via 813075ebab1baa96571a33e8c0fbc4bd73975fe6 (commit)
from 888683649524f8452c9aa45e26b63b8bf5ec1370 (commit)
Summary of changes:
META.yml | 2 +-
README | 2 +-
lib/Test/Script/Run.pm | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 813075ebab1baa96571a33e8c0fbc4bd73975fe6
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sun Oct 20 20:08:31 2013 +0800
bump to 0.08 and update copyright years
diff --git a/META.yml b/META.yml
index 9672a89..fad9457 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Test::Exception: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.07
+version: 0.08
diff --git a/README b/README
index 4e0aeb1..82f0481 100644
--- a/README
+++ b/README
@@ -101,7 +101,7 @@ AUTHOR
sunnavy <sunnavy at bestpractical.com>
LICENCE AND COPYRIGHT
- Copyright 2009 Best Practical Solutions.
+ Copyright 2009-2013 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/lib/Test/Script/Run.pm b/lib/Test/Script/Run.pm
index 0bf81d2..60967d9 100644
--- a/lib/Test/Script/Run.pm
+++ b/lib/Test/Script/Run.pm
@@ -8,7 +8,7 @@ use IPC::Run3;
use File::Basename;
use File::Spec;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use base 'Exporter';
our @EXPORT =
qw/run_ok run_not_ok run_script run_output_matches run_output_matches_unordered/;
@@ -501,7 +501,7 @@ sunnavy <sunnavy at bestpractical.com>
=head1 LICENCE AND COPYRIGHT
-Copyright 2009 Best Practical Solutions.
+Copyright 2009-2013 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list