The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
eg/01_Strings/01_Accessing_Substrings.p6
eg/01_Strings/01_Accessing_Substrings_unpack.p6
eg/01_Strings/02_Establishing_a_Default_Value.p6
eg/01_Strings/03_Exchanging_Values_Without_Using_Temporary_Variables.p6
eg/01_Strings/04_Converting_Between_Characters_and_Values.p6
eg/01_Strings/06_Processing_a_String_One_Character_at_a_Time.p6
eg/02_Numbers/04_Operation_on_a_Series_of_Integers.p6
eg/02_Numbers/06_Generating_Random_Numbers.p6
eg/02_Numbers/06_Generating_Random_Whole_Numbers.p6
eg/02_Numbers/07_Generating_Repeatable_Random_Sequences.p6
eg/04_Arrays/01_Specifying_a_List_in_Your_Program.p6
eg/04_Arrays/02_Printing_a_List_with_Commas.p6
eg/04_Arrays/05_Iterating_Over_an_Array.p6
eg/04_Arrays/10_Appending_One_Array_to_Another.p6
eg/04_Arrays/11_Reversing_an_Array.p6
eg/05_Hashes/01_Adding_an_Element_to_a_Hash.p6
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Share.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Perl6/Cookbook.pm
lib/Perl6/Cookbook/01_Strings.pod
lib/Perl6/Cookbook/02_Numbers.pod
lib/Perl6/Cookbook/04_Arrays.pod
lib/Perl6/Cookbook/05_Hashes.pod
Makefile.PL
MANIFEST			This list of files
META.yml
script/perl6_cookbook
setup_examples.pl
t/00-load.t
t/01-examples.t
t/files/01_Strings/01_Accessing_Substrings.out
t/files/01_Strings/01_Accessing_Substrings_unpack.out
t/files/01_Strings/02_Establishing_a_Default_Value.out
t/files/01_Strings/03_Exchanging_Values_Without_Using_Temporary_Variables.out
t/files/01_Strings/04_Converting_Between_Characters_and_Values.out
t/files/01_Strings/06_Processing_a_String_One_Character_at_a_Time.out
t/files/02_Numbers/04_Operation_on_a_Series_of_Integers.out
t/files/02_Numbers/07_Generating_Repeatable_Random_Sequences.out
t/files/04_Arrays/01_Specifying_a_List_in_Your_Program.out
t/files/04_Arrays/02_Printing_a_List_with_Commas.out
t/files/04_Arrays/05_Iterating_Over_an_Array.out
t/files/04_Arrays/10_Appending_One_Array_to_Another.out
t/files/04_Arrays/11_Reversing_an_Array.out
t/files/05_Hashes/01_Adding_an_Element_to_a_Hash.out