<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -66,3 +66,5 @@ Revision history for Perl extension IPC::System::Simple.
 	  indicate that any exit value is acceptable from a process.
 	- Added author-only Perl::Critic tests.
 	- Updated diagnostics section in POD.
+	- License changed to that of Perl 5.6.0, or any later version.
+	- LICENSE file added to distribution.</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 Changes
 Makefile.PL
 MANIFEST
+LICENSE
 README
 lib/IPC/System/Simple.pm
 t/01_load.t</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -315,7 +315,7 @@ sub _process_child_error {
 
 	} 
 
-	croak sprintf(FAIL_INTERNAL, qq{'$command' ran without exit value or signal};
+	croak sprintf(FAIL_INTERNAL, qq{'$command' ran without exit value or signal});
 
 }
 
@@ -658,7 +658,7 @@ Paul Fenwick E&lt;lt&gt;pjf@cpan.orgE&lt;gt&gt;
 Copyright (C) 2006-2008 by Paul Fenwick
 
 This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself, either Perl version 5.8.7 or,
+it under the same terms as Perl itself, either Perl version 5.6.0 or,
 at your option, any later version of Perl 5 you may have available.
 
 =cut</diff>
      <filename>lib/IPC/System/Simple.pm</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 use strict;
-use Test::More tests =&gt; 2;
+use Test::More tests =&gt; 3;
 use IPC::System::Simple;
 
 # These tests are for testing internal subroutines, and may change
@@ -16,3 +16,15 @@ eval {
 };
 
 like($@,qr{unexpectedly returned exit value},&quot;Failed exit&quot;);
+
+SKIP: {
+	skip(&quot;Non-Win32 only&quot;, 1) if IPC::System::Simple::WINDOWS;
+
+	# _spawn_or_die should croak on non-Windows systems.
+
+	eval {
+		IPC::System::Simple::_spawn_or_die();
+	};
+
+	like($@, qr{Internal error},&quot;_spawn_or_die fails under non-Win32&quot;);
+};</diff>
      <filename>t/internal.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b64c5188ed0acb9c66d44c0b813f8c73d5a21b1</id>
    </parent>
  </parents>
  <author>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </author>
  <url>http://github.com/pfenwick/ipc-system-simple/commit/ea83545b40551b12d4ddfa5a149fdba4d1ec5fac</url>
  <id>ea83545b40551b12d4ddfa5a149fdba4d1ec5fac</id>
  <committed-date>2008-05-11T23:43:12-07:00</committed-date>
  <authored-date>2008-05-11T23:43:12-07:00</authored-date>
  <message>License 5.6.0.  New license file.  Syntax error fixed.  Spawn-or-die test for non-Win32 systems.</message>
  <tree>599bafd3560ad95580b559a3b4767afd4e297510</tree>
  <committer>
    <name>Paul Fenwick</name>
    <email>pjf@perltraining.com.au</email>
  </committer>
</commit>
