Test-Corpus-Audio-MPD-1.120990/0000755000076400001440000000000011740253071015216 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/Build.PL0000644000076400001440000000170311740253071016513 0ustar jquelinusers use strict; use warnings; use Module::Build 0.3601; my %module_build_args = ( "build_requires" => { "Module::Build" => "0.3601", "Test::More" => "0.88" }, "configure_requires" => { "Module::Build" => "0.3601" }, "dist_abstract" => "automate launching of fake mdp for testing purposes", "dist_author" => [ "Jerome Quelin" ], "dist_name" => "Test-Corpus-Audio-MPD", "dist_version" => "1.120990", "license" => "perl", "module_name" => "Test::Corpus::Audio::MPD", "recommends" => {}, "recursive_test_files" => 1, "requires" => { "Exporter" => 0, "File::Copy" => 0, "File::ShareDir::PathClass" => 0, "File::Temp" => 0, "Path::Class" => 0, "Readonly" => 0, "base" => 0, "perl" => "5.008", "strict" => 0, "warnings" => 0 }, "script_files" => [], "share_dir" => { "dist" => "share" } ); my $build = Module::Build->new(%module_build_args); $build->create_build_script; Test-Corpus-Audio-MPD-1.120990/dist.ini0000644000076400001440000000053011740253071016660 0ustar jquelinusersname = Test-Corpus-Audio-MPD author = Jerome Quelin license = Perl_5 copyright_holder = Jerome Quelin copyright_year = 2009 ; -- static meta-information [MetaResources] x_MailingList = http://groups.google.com/group/audio-mpd [@Filter] -bundle = @Author::JQUELIN -remove = Test::Compile ; crafted by hand (expected to fail sometimes) Test-Corpus-Audio-MPD-1.120990/MANIFEST0000644000076400001440000000073411740253071016353 0ustar jquelinusersBuild.PL Changes LICENSE MANIFEST META.json META.yml README dist.ini lib/Test/Corpus/Audio/MPD.pm share/mpd.conf.template share/music/dir1/title-artist-album.ogg share/music/dir1/title-artist.ogg share/music/dir2/album.ogg share/music/title-artist-album-genre.ogg share/music/title.ogg share/playlists/test.m3u t/00-compile.t t/000-report-versions-tiny.t t/release-has-version.t t/release-kwalitee.t t/release-minimum-version.t t/release-pod-coverage.t t/release-pod-syntax.t Test-Corpus-Audio-MPD-1.120990/META.json0000644000076400001440000002203511740253071016641 0ustar jquelinusers{ "abstract" : "automate launching of fake mdp for testing purposes", "author" : [ "Jerome Quelin" ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120630", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "Test-Corpus-Audio-MPD", "prereqs" : { "build" : { "requires" : { "Module::Build" : "0.3601" } }, "configure" : { "requires" : { "Module::Build" : "0.3601" } }, "runtime" : { "requires" : { "Exporter" : "0", "File::Copy" : "0", "File::ShareDir::PathClass" : "0", "File::Temp" : "0", "Path::Class" : "0", "Readonly" : "0", "base" : "0", "perl" : "5.008", "strict" : "0", "warnings" : "0" } }, "test" : { "requires" : { "Test::More" : "0.88" } } }, "provides" : { "Test::Corpus::Audio::MPD" : { "file" : "lib/Test/Corpus/Audio/MPD.pm", "version" : "1.120990" } }, "release_status" : "stable", "resources" : { "bugtracker" : { "mailto" : "bug-test-corpus-audio-mpd at rt.cpan.org", "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Corpus-Audio-MPD" }, "homepage" : "http://search.cpan.org/dist/Test-Corpus-Audio-MPD/", "repository" : { "type" : "git", "url" : "git://github.com/jquelin/test-corpus-audio-mpd.git", "web" : "http://github.com/jquelin/test-corpus-audio-mpd" }, "x_MailingList" : "http://groups.google.com/group/audio-mpd" }, "version" : "1.120990", "x_Dist_Zilla" : { "plugins" : [ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::AutoVersion", "name" : "@Filter/AutoVersion", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::GatherDir", "name" : "@Filter/GatherDir", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::HasVersionTests", "name" : "@Filter/HasVersionTests", "version" : "1.101420" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", "name" : "@Filter/Test::Kwalitee", "version" : "2.03" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "name" : "@Filter/Test::MinimumVersion", "version" : "2.0.1" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Filter/PodCoverageTests", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Filter/PodSyntaxTests", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", "name" : "@Filter/ReportVersions::Tiny", "version" : "1.03" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Filter/PruneCruft", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::PruneFiles", "name" : "@Filter/PruneFiles", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Filter/ManifestSkip", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Filter/AutoPrereqs", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@Filter/ExtraTests", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Filter/NextRelease", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Filter/PkgVersion", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", "name" : "@Filter/PodWeaver", "version" : "3.101641" }, { "class" : "Dist::Zilla::Plugin::Prepender", "name" : "@Filter/Prepender", "version" : "1.112280" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Filter/ExecDir", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Filter/ShareDir", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::Bugtracker", "name" : "@Filter/Bugtracker", "version" : "1.111080" }, { "class" : "Dist::Zilla::Plugin::Homepage", "name" : "@Filter/Homepage", "version" : "1.101420" }, { "class" : "Dist::Zilla::Plugin::Repository", "name" : "@Filter/Repository", "version" : "0.18" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", "name" : "@Filter/MetaProvides::Package", "version" : "1.14000001" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Filter/MetaConfig", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Filter/License", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Filter/MetaYAML", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Filter/MetaJSON", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::ModuleBuild", "name" : "@Filter/ModuleBuild", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Filter/Readme", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Filter/Manifest", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::CheckChangeLog", "name" : "@Filter/CheckChangeLog", "version" : "0.01" }, { "class" : "Dist::Zilla::Plugin::Git::Check", "name" : "@Filter/Git::Check", "version" : "1.120370" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "name" : "@Filter/Git::Commit", "version" : "1.120370" }, { "class" : "Dist::Zilla::Plugin::Git::CommitBuild", "name" : "@Filter/Git::CommitBuild", "version" : "1.120370" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@Filter/TagMaster", "version" : "1.120370" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@Filter/TagRelease", "version" : "1.120370" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "name" : "@Filter/Git::Push", "version" : "1.120370" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Filter/UploadToCPAN", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", "version" : "4.300009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", "version" : "4.300009" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { "is_trial" : "0" }, "version" : "4.300009" } } } Test-Corpus-Audio-MPD-1.120990/META.yml0000644000076400001440000001357011740253071016475 0ustar jquelinusers--- abstract: 'automate launching of fake mdp for testing purposes' author: - 'Jerome Quelin' build_requires: Module::Build: 0.3601 Test::More: 0.88 configure_requires: Module::Build: 0.3601 dynamic_config: 0 generated_by: 'Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120630' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: Test-Corpus-Audio-MPD provides: Test::Corpus::Audio::MPD: file: lib/Test/Corpus/Audio/MPD.pm version: 1.120990 requires: Exporter: 0 File::Copy: 0 File::ShareDir::PathClass: 0 File::Temp: 0 Path::Class: 0 Readonly: 0 base: 0 perl: 5.008 strict: 0 warnings: 0 resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Corpus-Audio-MPD homepage: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/ repository: git://github.com/jquelin/test-corpus-audio-mpd.git x_MailingList: http://groups.google.com/group/audio-mpd version: 1.120990 x_Dist_Zilla: plugins: - class: Dist::Zilla::Plugin::MetaResources name: MetaResources version: 4.300009 - class: Dist::Zilla::Plugin::AutoVersion name: '@Filter/AutoVersion' version: 4.300009 - class: Dist::Zilla::Plugin::GatherDir name: '@Filter/GatherDir' version: 4.300009 - class: Dist::Zilla::Plugin::HasVersionTests name: '@Filter/HasVersionTests' version: 1.101420 - class: Dist::Zilla::Plugin::Test::Kwalitee name: '@Filter/Test::Kwalitee' version: 2.03 - class: Dist::Zilla::Plugin::Test::MinimumVersion name: '@Filter/Test::MinimumVersion' version: 2.0.1 - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Filter/PodCoverageTests' version: 4.300009 - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Filter/PodSyntaxTests' version: 4.300009 - class: Dist::Zilla::Plugin::ReportVersions::Tiny name: '@Filter/ReportVersions::Tiny' version: 1.03 - class: Dist::Zilla::Plugin::PruneCruft name: '@Filter/PruneCruft' version: 4.300009 - class: Dist::Zilla::Plugin::PruneFiles name: '@Filter/PruneFiles' version: 4.300009 - class: Dist::Zilla::Plugin::ManifestSkip name: '@Filter/ManifestSkip' version: 4.300009 - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Filter/AutoPrereqs' version: 4.300009 - class: Dist::Zilla::Plugin::ExtraTests name: '@Filter/ExtraTests' version: 4.300009 - class: Dist::Zilla::Plugin::NextRelease name: '@Filter/NextRelease' version: 4.300009 - class: Dist::Zilla::Plugin::PkgVersion name: '@Filter/PkgVersion' version: 4.300009 - class: Dist::Zilla::Plugin::PodWeaver name: '@Filter/PodWeaver' version: 3.101641 - class: Dist::Zilla::Plugin::Prepender name: '@Filter/Prepender' version: 1.112280 - class: Dist::Zilla::Plugin::ExecDir name: '@Filter/ExecDir' version: 4.300009 - class: Dist::Zilla::Plugin::ShareDir name: '@Filter/ShareDir' version: 4.300009 - class: Dist::Zilla::Plugin::Bugtracker name: '@Filter/Bugtracker' version: 1.111080 - class: Dist::Zilla::Plugin::Homepage name: '@Filter/Homepage' version: 1.101420 - class: Dist::Zilla::Plugin::Repository name: '@Filter/Repository' version: 0.18 - class: Dist::Zilla::Plugin::MetaProvides::Package name: '@Filter/MetaProvides::Package' version: 1.14000001 - class: Dist::Zilla::Plugin::MetaConfig name: '@Filter/MetaConfig' version: 4.300009 - class: Dist::Zilla::Plugin::License name: '@Filter/License' version: 4.300009 - class: Dist::Zilla::Plugin::MetaYAML name: '@Filter/MetaYAML' version: 4.300009 - class: Dist::Zilla::Plugin::MetaJSON name: '@Filter/MetaJSON' version: 4.300009 - class: Dist::Zilla::Plugin::ModuleBuild name: '@Filter/ModuleBuild' version: 4.300009 - class: Dist::Zilla::Plugin::Readme name: '@Filter/Readme' version: 4.300009 - class: Dist::Zilla::Plugin::Manifest name: '@Filter/Manifest' version: 4.300009 - class: Dist::Zilla::Plugin::CheckChangeLog name: '@Filter/CheckChangeLog' version: 0.01 - class: Dist::Zilla::Plugin::Git::Check name: '@Filter/Git::Check' version: 1.120370 - class: Dist::Zilla::Plugin::Git::Commit name: '@Filter/Git::Commit' version: 1.120370 - class: Dist::Zilla::Plugin::Git::CommitBuild name: '@Filter/Git::CommitBuild' version: 1.120370 - class: Dist::Zilla::Plugin::Git::Tag name: '@Filter/TagMaster' version: 1.120370 - class: Dist::Zilla::Plugin::Git::Tag name: '@Filter/TagRelease' version: 1.120370 - class: Dist::Zilla::Plugin::Git::Push name: '@Filter/Git::Push' version: 1.120370 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Filter/UploadToCPAN' version: 4.300009 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' version: 4.300009 - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' version: 4.300009 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' version: 4.300009 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' version: 4.300009 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' version: 4.300009 - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' version: 4.300009 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 version: 4.300009 Test-Corpus-Audio-MPD-1.120990/lib/0000755000076400001440000000000011740253071015764 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/lib/Test/0000755000076400001440000000000011740253071016703 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/lib/Test/Corpus/0000755000076400001440000000000011740253071020156 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/lib/Test/Corpus/Audio/0000755000076400001440000000000011740253071021217 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/lib/Test/Corpus/Audio/MPD.pm0000644000076400001440000001466011740253071022204 0ustar jquelinusers# # This file is part of Test-Corpus-Audio-MPD # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use 5.008; use strict; use warnings; package Test::Corpus::Audio::MPD; { $Test::Corpus::Audio::MPD::VERSION = '1.120990'; } # ABSTRACT: automate launching of fake mdp for testing purposes use File::Copy qw{ copy }; use File::ShareDir::PathClass qw{ dist_dir }; use File::Temp qw{ tempdir }; use Path::Class; use Readonly; use base qw{ Exporter }; our @EXPORT = qw{ customize_test_mpd_configuration playlist_dir start_test_mpd stop_test_mpd }; Readonly my $SHAREDIR => dist_dir('Test-Corpus-Audio-MPD'); Readonly my $TEMPLATE => $SHAREDIR->file( 'mpd.conf.template' ); Readonly my $TMPDIR => dir( tempdir( CLEANUP=>1 ) ); Readonly my $CONFIG => $TMPDIR->file( 'mpd.conf' ); Readonly my $PLAYLISTDIR => $TMPDIR->subdir( 'playlists' ); { # this will be run when module will be use-d # check if mpd (the real music player daemon, not freebsd's # multilink ppp daemon my $output = qx{ mpd --version 2>&1 } or die "mpd not installed"; die "installed mpd is not music player daemon" unless $output =~ /Music Player Daemon/; my $restart = 0; my $stopit = 0; $restart = _stop_user_mpd_if_needed(); customize_test_mpd_configuration(); $stopit = start_test_mpd(); END { stop_test_mpd() if $stopit; return unless $restart; # no need to restart system 'mpd 2>/dev/null'; # restart user mpd sleep 1; # wait 1 second to let mpd start. } } # -- public subs sub customize_test_mpd_configuration { my ($port) = @_; $port ||= 6600; # open template and config. open my $in, '<', $TEMPLATE or die "can't open [$TEMPLATE]: $!"; open my $out, '>', $CONFIG or die "can't open [$CONFIG]: $!"; # replace string and fill in config file. while ( defined( my $line = <$in> ) ) { $line =~ s!PWD!$SHAREDIR!; $line =~ s!TMP!$TMPDIR!; $line =~ s!PORT!$port!; print $out $line; } # clean up. close $in; close $out; # copy the playlists. playlist need to be in a writable directory, # since tests will create and remove some playlists. $PLAYLISTDIR->mkpath; copy( glob("$SHAREDIR/playlists/*"), $PLAYLISTDIR ); } sub playlist_dir { $PLAYLISTDIR } sub start_test_mpd { my $output = qx{ mpd $CONFIG 2>&1 }; my $rv = $? >>8; die "could not start fake mpd: $output\n" if $rv; sleep 1; # wait 1 second to let mpd start. return 1; } sub stop_test_mpd { system "mpd --kill $CONFIG 2>/dev/null"; sleep 1; # wait 1 second to free output device. unlink "$TMPDIR/state", "$TMPDIR/music.db"; } # -- private subs # # my $was_running = _stop_user_mpd_if_needed() # # This sub will check if mpd is currently running. If it is, force it to # a full stop (unless MPD_TEST_OVERRIDE is not set). # # In any case, it will return a boolean stating whether mpd was running # before forcing stop. # sub _stop_user_mpd_if_needed { # check if mpd is running. my $is_running = grep { /\s+mpd$/ } qx{ ps -e }; return 0 unless $is_running; # mpd does not run - nothing to do. # check force stop. die "mpd is running\n" unless $ENV{MPD_TEST_OVERRIDE}; system( 'mpd --kill 2>/dev/null') == 0 or die "can't stop user mpd: $?\n"; sleep 1; # wait 1 second to free output device return 1; } 1; =pod =head1 NAME Test::Corpus::Audio::MPD - automate launching of fake mdp for testing purposes =head1 VERSION version 1.120990 =head1 SYNOPSIS use Test::Corpus::Audio::MPD; # die if error [...] stop_test_mpd(); =head1 DESCRIPTION This module will try to launch a new mpd server for testing purposes. This mpd server will then be used during L or L tests. In order to achieve this, the module will create a fake F file with the correct pathes (ie, where you untarred the module tarball). It will then check if some mpd server is already running, and stop it if the C environment variable is true (die otherwise). Last it will run the test mpd with its newly created configuration file. Everything described above is done automatically when the module is C-d. Once the tests are run, the mpd server will be shut down, and the original one will be relaunched (if there was one). Note that the test mpd will listen to C, so you are on the safe side. Note also that the test suite comes with its own ogg files. Those files are 2 seconds tracks recording my voice saying ok, and are freely redistributable under the same license as the code itself. In case you want more control on the test mpd server, you can use the supplied public methods. This might be useful when trying to test connections with mpd server. =head1 METHODS =head2 customize_test_mpd_configuration( [$port] ); Create a fake mpd configuration file, based on the file F located in F subdir. The string PWD will be replaced by the real path (ie, where the tarball has been untarred), while TMP will be replaced by a new temp directory. The string PORT will be replaced by C<$port> if specified, 6600 otherwise (MPD's default). =head2 my $dir = playlist_dir(); Return the temp dir where the test playlists will be stored. =head2 start_test_mpd(); Start the fake mpd, and die if there were any error. =head2 stop_test_mpd(); Kill the fake mpd. =head1 SEE ALSO You can look for information on this module at: =over 4 =item * Search CPAN L =item * See open / report bugs L =item * Mailing-list (same as L) L =item * Git repository L =item * AnnoCPAN: Annotated CPAN documentation L =item * CPAN Ratings L =back =head1 AUTHOR Jerome Quelin =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut __END__ Test-Corpus-Audio-MPD-1.120990/share/0000755000076400001440000000000011740253071016320 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/share/mpd.conf.template0000644000076400001440000000107211740253071021561 0ustar jquelinusersport "PORT" music_directory "PWD/music" playlist_directory "TMP/playlists" log_file "/dev/null" #error_file "/dev/null" db_file "TMP/music.db" state_file "TMP/state" pid_file "TMP/pid" bind_to_address "127.0.0.1" password "fulladmin@read,add,control,admin" password "foobar@read" default_permissions "read,add,control,admin" connection_timeout "10" bind_to_address "::1" mixer_type "software" audio_output { name "null" type "null" } Test-Corpus-Audio-MPD-1.120990/share/playlists/0000755000076400001440000000000011740253071020344 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/share/playlists/test.m3u0000644000076400001440000000001211740253071021742 0ustar jquelinuserstitle.ogg Test-Corpus-Audio-MPD-1.120990/share/music/0000755000076400001440000000000011740253071017440 5ustar jquelinusersTest-Corpus-Audio-MPD-1.120990/share/music/title.ogg0000644000076400001440000004251711740253071021270 0ustar jquelinusersOggS_vorbisDOggSdk?vorbisXiph.Org libVorbis I 20050304title=ok-titlevorbis!BCVcT)FRJs1FbJBHsS9לk SP)RRic)RKI%t:'c[I֘kA RL)ĔRBS)ŔRJB%t:SJ(AsctJ$dLBH)JSNBH5R)sRRjA B АU@ P2((#9cI pIɱ$K,KDQU}6UUu]u]u 4d@H d Y F(BCVb(9&|sf9h*tp"In*s9's8srf1h&sf)h&sAks9qFsAj6s9j.s"Im.s9s9sspN8sZnBs>{sB8s9s9sАUA6q HEiȤݣ$h r GR TI) 4d!RH!RH!R!b) *2,2,2밳:0C KMXckZiJ)RJ) YdAF!R!r)BCV=3Ba{g30H.P1 $_i2Vw!Q*stKyy1{fzRC=ʯu.7G2J厬R]vU]Kn_>Ib(.a-Q,b^g \K÷8 7?%OaFLM ymfqe:Gy.yJݶÔq4u x-=unZI32g߬7Ƚyӽ[a?G٦j A\ sZH}i(jKQE.;>ݎK Zcqe{`piVOՈXE+M5iIFͦ1)݆HVIڸg5AYf 5{1g9vW "chqeK[ 0V6qIV [DKj"֕D1(K5~^ld1\WZ7PZd"M3t /3:14e;-HuїI"̑yGNZ/p(X1 +Rn,+6s2Lr Cy;A屭ZxIFQSp_~=H^`zVL!G$l"M5$@2"cGCtMYF;2•hʽ5A {ik=2-n IDS4BAFF3U!"uݰ~aOdDyZqrG3]`" :78knIفs 2wCVipv Iku¥ IM@\^cP `R1p%8!̤9ff#`(.@f#i09ZX#+O?{25, PӅWjT)]=pHCiٟq̱.$30XsNh0. FY؎dMod~)_ʆq޹eisMPyWwګʯ|Z7.F)@1i* "~[( pa&$l@2`q6yy1@dd;dq6n52 S71َ*n;oGiJ߽|utSao6xLd)[JU<[2>5P ^|ޔz (>oJw 8 1ܼ(WSyIՌyI4c4Gj8ye>^ix=gf[ëU9^f屍+_Xo/Eʽ #6И^+_lV)z=bO{R! btL R pzi)iD 77f$EwId%%)lI6b^ԍ?akYwk|rZ[>;}7I>)۰ s7,jp(Ćݣu00@^\40yӬ huȟ(cQjE6rlfv?5ն1ҩSa_l?dZ~b<*|W2Dz[;3in\LLZsZ- HbjH1B{ 8zo^嚌qZ*":fdL4I\9mn1fZؒM}f1N"juVN,_n.nGLiq|"-2ӛjhn;׽n{a5oŦŅLħL%%Q=Jޠv/}D1 @L&q9Sdh5KL2L$337cmDlQI 8Bj9˦l w-7vSikz4B wz^[{ss.gȿ{VY7%b4ҍuǽXg-7xB\^=γZH 83VMA04(G"QV43! 0JytD1% 2W}hiouoNM/i#q{m\ ׾m;:$H yi²T~ʽ8nQ\l8<4 Mi+239IϟpiD[9,LK+SDi=omxlJEq8+SS]iQ^^@P(C$F ^ 92P9Ri26ihNfH*IɀI4Vm#҈52pl>F|ݨ>WىףMw}-;6,Ͻ'NOslKB\*V$Hz#k.zi4K_oG!p}P OggSțQ" !"+%% ',(+&,&&(() !!$ "(+( $ &'%%'(+)!""$)('(('''))(')#''(()&MGU9!vךю pp *WꟈE9m`6͗DMh^NVw-iqQ`TНLMp!'h>~ěq^3kSC ~όPtt#q{n"\U%1UD>V  =3(D# d0 X4ژ\iYƦ:ZhPKZtaMNחWӿGԖ&R7/&}Tv841x {BZJ2B `2lVKMY͎qn֯b:nRLEX2$g4UEYC-$r4H$lVl64W(6&NQgoGk}o|HAA (scgkdYUzMa8HTVȜcc5 ).B$DӰ4l֪DySp3#[<ӡinLz 0Bg N䷓ L6tfo3k1 ^tjF+|MWr= 2LlAbIl q9Ub"dxI6|)(K'D0r6VKY+Iv_~{5'i1}/냜(A"!0۩o)$~vݷa>kNS@ qӡ~瓇_}zX|vReNǼn 9ѣeCA9)5Q;^z3/xxE&(UT )zͷ,':)V"4%=nj] {XﳟӚ4*6/*fvoކ8s?2si@^/$J` SI>_"@qo7Dj%N%U\dzQ 3ύۮ3XU5zVF(N@$_s9Hv@,T+Z),Vc&D1DBV՚5U#IS!c!ClnNF6qh 4 yJ@Ov>q> ;g9UOr iΟ/&ٳ=:tlxi|}mѾɓrPg=R¼;m [( .{N*LԸ6]+f雕j??eLq S<{g1re:EC=༧ SL_Ft D pyx5hoIs^&^KBM=]\Oj K*]6'⒉D&sĿ.<%00a1Es/kY6Nd䟥><2gM*v6tۭ-k ht z0 $sDkF":x2,];8vqYߡt1$_Ç s"Q4/so:lE\4smۻ.̶u+䬘;dGoᛨuW W,Ԛ@` .9Kծfɗ16z|vg|IFD G%%G/װaIݰa'BPN'i6MS^lx{L{tju;%@K8}֛Ab/Ou/=_M(8wp2uNIc𧊎;5֔I4 N&Z!ltZcAb9$#gU,ٺs~wΑcԵH(]Bf)U&W}9lBb;CP`bW2 y,qr=͟÷ !S+1iҿ=mzrvΜw̹\<{}Y^_!vm#E=2 (J!|7w@7mnt%eu{ Z<U~|=ݦ"a;588$6h [Cz:Z;U PjQ N`ls01ގ䡱|<97z7z%BX AV02X,Gcèqų2K5-]JQ[f,4AIaޓú?)vldJ7)}=:)+_2xn:渎H.*^M_G#{khrpT/"d99?F t(4J5EݮpP:Non?v '5ٯYvHo9^'Wzc65rGut6t27K(kcnkI.K[iApώsE/FDE*NiSXTLɶ/^8]-UN`hd9l2$`swcVMT 9p0xKaZ,{6X'g4 ljzJSWWQ(|~U0m %j`ӔHhtfsMyM8Yd[#q_'A͕|$wEtNN3/.k@n'ĎdHqܒgԛ{];}q~]QϠUW(pEOggSdL~Ja%?%Ӝd̉/FFml2Ȩ5wuLwmm͖Ludj4VU4po2H==d΂C&jةOF<協ĚUsQWdêk+$ ~@K4_{.d)nUa?ޘ$9d#my2rҜ̔r7\_t SpioSztL]Y/6&2Nд^CƋpwsuO鱯WߜS+(ƾab$!$c+/$9SʖzoRr.k@H=v=ജǘπ8vlYISh0Mlj4Z f {%}jYW3=АuO];u_4w?!vMuxmh%Q)I,jh*aXR.qk#ڽn 8^}AമII#lڸQl߁u)LS&ӳ iR}>urS ]&u0ՌPuGŸwWMqbz?5HWJW ;Ejn! H4ab$'R!HN]f$c)l'386"CLf2L'|R?1Y'ߠ9lR[NИsr:nUR1pJ)$5yCJx!H*=}dNrXiT?-ݩTf;6a6gqf)h[NcH3(̴L35bINҐ$Nc|ݰ:y-nrq~41Wa.󱮥q:ܬ;x(=˾~ lp_5U^+!55@@)wT>=o61JFm]&Q 8ҌF4i#Is3ܼ0nv(hLskcyԲqzT9 {ȷc?ɔ|CN-%I[ C ߟuӊ) D}`f2$ݏcc1I(8v0 0No#FE]6_(2f7/CD,ΎI":>{]nmjxÙО y*i4nMS ^[^-oUtf%XJ((aR?W>=/CA`{^wQCNP#h,,^܌̜ٜvJRff*oL Ȥd/ñ׭(#6<.̠I߿+?uxKU߆L:ipÿjp|=B(<=Q\#ڿP*\J0>=.bFeS Nü6+GeIE(l63#0!L Øau¼c `O>{o@ L-ױZ82ۀZD7:6v.B~IVyrKWIw^{}[ &D =/Ee_9>:6>:wET};-f&(xtl+ŤK`d={d3v$mS?oYjj?~u dXׁs\tAeSn5VF`F{1Q>꽜9P z/c(i8ii$ij,;h ;(!.!#|rn͞?|}u#LoZ16% U+ոW>뭢gL|X7(avw~GR;t]EƲ K%D&T~ʽ1)~YHNKiF$IE:!gplи deZ.Ȧ/׉)Mb1N,f{ #۵u4uzI3CluģNJ0Vj\󩭪ݍ/~]gez֙?c1i*]q-.a$pU ~ڽeir7(i/DO2jIE.6'tR6A K6펉7Wuʅc$&5m1) bq66]? ;uXGeܒPS!rVR 2+0AR >ڽlב@h#lFcB^fdC ىNUM'[S{G\q]YxS^ϙ7[ŮחQٸw-Nij+/[aMyF MwJݩ˴Z78n/5X_Ti)J \q+=6 {,I.a-Fu5RE..MĉGa(siMU,SJQ*lGS`9M/J}Uj27Zk=ŭھiL}kMq.5Ư$zS 5bvaz\d0EAb^ >=HQv/۽ NCf Qfm4]0UbI^>H ^ YT4fudjA) +^Qyl޲1wCޝٻLIt"DAu.JP>ڽ^=|`{@Ӻ?=HFeӐ'R`f&&lNd'4q& NOSHO3xxi&U9k؎v6Gfa'ٰosq)*+{w{ I ־R6۳[En;TTX>=GOf&j 8 MS/QMdffidHGs'$"nۿ|hjWu ̤ВASwu7xnӔif❮d}]e]F9Y;SKJ:tV\ng>m7CGˉ`ݮv#pZVOˊVH"I˦2"igsnUD *9(fQ@c58S_.}C\cJN,Wk|{;1yU• XEb)+3~ڽ3o@hpڽ3B!ϫ?>6Dp3hy/Led?&е:7[qXo{raJuQX搯4'c94?Qi/vuRqMMLO;U(m06qv_SM`İ(F B2*.>ڽֱ rKK@$Im4/fiQbBIT<8qOLlH8VP*UDH~}~?n{%؎)-3 A$jS\!>NJ*Dp>vR޷ാZ#E)BӆS6cd4eG(r4Z[DSO^= C e!~i\/ oJVl(%NdUܫ.,ˠEAKjAZ*=Lc &8/@!$ss\l5$#443Ԥ2Y!,wl"wCm?g%ƐOy-{߶VԽwsج@oԍe 6UeJ&}Xի#R>^+v#vʣNWN4IDdokHSܐB`ߖjp߽RSxͿI3ڮIRZafF#f`*t[K %YomZJU  U"OggS8}嶟8z,eQD:5iHs6@6lfj:s0;4,JE\bQⱜz3ٳ-loo\46>/^ 7.uվ#>k2\]ڽ^-Q1uoഋ^*H3H2r܈lNFT:eF& EŊ&F5S=2ML&/ <r~Z֎}t°INǩG- 9ZW`  Z=u˴AgA))0.F)i6_Ms2È=1wI7>P!_nwb^xWckq7tCٳ53&o^%FrNUtFre UJ1H ^=˴D(iڽ}L^5R&8 _OJirH`^:fiV+O uN^rR^ݘ8iFb,og1u>dĪ>kӋRp݀ Dl}ݧGx{sB8s9s9sАUA6q HEiȤݣ$h r GR TI) 4d!RH!RH!R!b) *2,2,2밳:0C KMXckZiJ)RJ) YdAF!R!r)BCV=3Ba{g30H.P1 $_i2Vw!Q*stKyy1{fzRC=ʯu.7G2J厬R]vU]Kn_>Ib(.a-Q,b^g \K÷8 7?%OaFLM ymfqe:Gy.yJݶÔq4u x-=unZI32g߬7Ƚyӽ[a?G٦j A\ sZH}i(jKQE.;>ݎK Zcqe{`piVOՈXE+M5iIFͦ1)݆HVIڸg5AYf 5{1g9vW "chqeK[ 0V6qIV [DKj"֕D1(K5~^ld1\WZ7PZd"M3t /3:14e;-HuїI"̑yGNZ/p(X1 +Rn,+6s2Lr Cy;A屭ZxIFQSp_~=H^`zVL!G$l"M5$@2"cGCtMYF;2•hʽ5A {ik=2-n IDS4BAFF3U!"uݰ~aOdDyZqrG3]`" :78knIفs 2wCVipv Iku¥ IM@\^cP `R1p%8!̤9ff#`(.@f#i09ZX#+O?{25, PӅWjT)]=pHCiٟq̱.$30XsNh0. FY؎dMod~)_ʆq޹eisMPyWwګʯ|Z7.F)@1i* "~[( pa&$l@2`q6yy1@dd;dq6n52 S71َ*n;oGiJ߽|utSao6xLd)[JU<[2>5P ^|ޔz (>oJw 8 1ܼ(WSyIՌyI4c4Gj8ye>^ix=gf[ëU9^f屍+_Xo/Eʽ #6И^+_lV)z=bO{R! btL R pzi)iD 77f$EwId%%)lI6b^ԍ?akYwk|rZ[>;}7I>)۰ s7,jp(Ćݣu00@^\40yӬ huȟ(cQjE6rlfv?5ն1ҩSa_l?dZ~b<*|W2Dz[;3in\LLZsZ- HbjH1B{ 8zo^嚌qZ*":fdL4I\9mn1fZؒM}f1N"juVN,_n.nGLiq|"-2ӛjhn;׽n{a5oŦŅLħL%%Q=Jޠv/}D1 @L&q9Sdh5KL2L$337cmDlQI 8Bj9˦l w-7vSikz4B wz^[{ss.gȿ{VY7%b4ҍuǽXg-7xB\^=γZH 83VMA04(G"QV43! 0JytD1% 2W}hiouoNM/i#q{m\ ׾m;:$H yi²T~ʽ8nQ\l8<4 Mi+239IϟpiD[9,LK+SDi=omxlJEq8+SS]iQ^^@P(C$F ^ 92P9Ri26ihNfH*IɀI4Vm#҈52pl>F|ݨ>WىףMw}-;6,Ͻ'NOslKB\*V$Hz#k.zi4K_oG!p}P OggSțQ" !"+%% ',(+&,&&(() !!$ "(+( $ &'%%'(+)!""$)('(('''))(')#''(()&MGU9!vךю pp *WꟈE9m`6͗DMh^NVw-iqQ`TНLMp!'h>~ěq^3kSC ~όPtt#q{n"\U%1UD>V  =3(D# d0 X4ژ\iYƦ:ZhPKZtaMNחWӿGԖ&R7/&}Tv841x {BZJ2B `2lVKMY͎qn֯b:nRLEX2$g4UEYC-$r4H$lVl64W(6&NQgoGk}o|HAA (scgkdYUzMa8HTVȜcc5 ).B$DӰ4l֪DySp3#[<ӡinLz 0Bg N䷓ L6tfo3k1 ^tjF+|MWr= 2LlAbIl q9Ub"dxI6|)(K'D0r6VKY+Iv_~{5'i1}/냜(A"!0۩o)$~vݷa>kNS@ qӡ~瓇_}zX|vReNǼn 9ѣeCA9)5Q;^z3/xxE&(UT )zͷ,':)V"4%=nj] {XﳟӚ4*6/*fvoކ8s?2si@^/$J` SI>_"@qo7Dj%N%U\dzQ 3ύۮ3XU5zVF(N@$_s9Hv@,T+Z),Vc&D1DBV՚5U#IS!c!ClnNF6qh 4 yJ@Ov>q> ;g9UOr iΟ/&ٳ=:tlxi|}mѾɓrPg=R¼;m [( .{N*LԸ6]+f雕j??eLq S<{g1re:EC=༧ SL_Ft D pyx5hoIs^&^KBM=]\Oj K*]6'⒉D&sĿ.<%00a1Es/kY6Nd䟥><2gM*v6tۭ-k ht z0 $sDkF":x2,];8vqYߡt1$_Ç s"Q4/so:lE\4smۻ.̶u+䬘;dGoᛨuW W,Ԛ@` .9Kծfɗ16z|vg|IFD G%%G/װaIݰa'BPN'i6MS^lx{L{tju;%@K8}֛Ab/Ou/=_M(8wp2uNIc𧊎;5֔I4 N&Z!ltZcAb9$#gU,ٺs~wΑcԵH(]Bf)U&W}9lBb;CP`bW2 y,qr=͟÷ !S+1iҿ=mzrvΜw̹\<{}Y^_!vm#E=2 (J!|7w@7mnt%eu{ Z<U~|=ݦ"a;588$6h [Cz:Z;U PjQ N`ls01ގ䡱|<97z7z%BX AV02X,Gcèqų2K5-]JQ[f,4AIaޓú?)vldJ7)}=:)+_2xn:渎H.*^M_G#{khrpT/"d99?F t(4J5EݮpP:Non?v '5ٯYvHo9^'Wzc65rGut6t27K(kcnkI.K[iApώsE/FDE*NiSXTLɶ/^8]-UN`hd9l2$`swcVMT 9p0xKaZ,{6X'g4 ljzJSWWQ(|~U0m %j`ӔHhtfsMyM8Yd[#q_'A͕|$wEtNN3/.k@n'ĎdHqܒgԛ{];}q~]QϠUW(pEOggSdL~Ja%?%Ӝd̉/FFml2Ȩ5wuLwmm͖Ludj4VU4po2H==d΂C&jةOF<協ĚUsQWdêk+$ ~@K4_{.d)nUa?ޘ$9d#my2rҜ̔r7\_t SpioSztL]Y/6&2Nд^CƋpwsuO鱯WߜS+(ƾab$!$c+/$9SʖzoRr.k@H=v=ജǘπ8vlYISh0Mlj4Z f {%}jYW3=АuO];u_4w?!vMuxmh%Q)I,jh*aXR.qk#ڽn 8^}AമII#lڸQl߁u)LS&ӳ iR}>urS ]&u0ՌPuGŸwWMqbz?5HWJW ;Ejn! H4ab$'R!HN]f$c)l'386"CLf2L'|R?1Y'ߠ9lR[NИsr:nUR1pJ)$5yCJx!H*=}dNrXiT?-ݩTf;6a6gqf)h[NcH3(̴L35bINҐ$Nc|ݰ:y-nrq~41Wa.󱮥q:ܬ;x(=˾~ lp_5U^+!55@@)wT>=o61JFm]&Q 8ҌF4i#Is3ܼ0nv(hLskcyԲqzT9 {ȷc?ɔ|CN-%I[ C ߟuӊ) D}`f2$ݏcc1I(8v0 0No#FE]6_(2f7/CD,ΎI":>{]nmjxÙО y*i4nMS ^[^-oUtf%XJ((aR?W>=/CA`{^wQCNP#h,,^܌̜ٜvJRff*oL Ȥd/ñ׭(#6<.̠I߿+?uxKU߆L:ipÿjp|=B(<=Q\#ڿP*\J0>=.bFeS Nü6+GeIE(l63#0!L Øau¼c `O>{o@ L-ױZ82ۀZD7:6v.B~IVyrKWIw^{}[ &D =/Ee_9>:6>:wET};-f&(xtl+ŤK`d={d3v$mS?oYjj?~u dXׁs\tAeSn5VF`F{1Q>꽜9P z/c(i8ii$ij,;h ;(!.!#|rn͞?|}u#LoZ16% U+ոW>뭢gL|X7(avw~GR;t]EƲ K%D&T~ʽ1)~YHNKiF$IE:!gplи deZ.Ȧ/׉)Mb1N,f{ #۵u4uzI3CluģNJ0Vj\󩭪ݍ/~]gez֙?c1i*]q-.a$pU ~ڽeir7(i/DO2jIE.6'tR6A K6펉7Wuʅc$&5m1) bq66]? ;uXGeܒPS!rVR 2+0AR >ڽlב@h#lFcB^fdC ىNUM'[S{G\q]YxS^ϙ7[ŮחQٸw-Nij+/[aMyF MwJݩ˴Z78n/5X_Ti)J \q+=6 {,I.a-Fu5RE..MĉGa(siMU,SJQ*lGS`9M/J}Uj27Zk=ŭھiL}kMq.5Ư$zS 5bvaz\d0EAb^ >=HQv/۽ NCf Qfm4]0UbI^>H ^ YT4fudjA) +^Qyl޲1wCޝٻLIt"DAu.JP>ڽ^=|`{@Ӻ?=HFeӐ'R`f&&lNd'4q& NOSHO3xxi&U9k؎v6Gfa'ٰosq)*+{w{ I ־R6۳[En;TTX>=GOf&j 8 MS/QMdffidHGs'$"nۿ|hjWu ̤ВASwu7xnӔif❮d}]e]F9Y;SKJ:tV\ng>m7CGˉ`ݮv#pZVOˊVH"I˦2"igsnUD *9(fQ@c58S_.}C\cJN,Wk|{;1yU• XEb)+3~ڽ3o@hpڽ3B!ϫ?>6Dp3hy/Led?&е:7[qXo{raJuQX搯4'c94?Qi/vuRqMMLO;U(m06qv_SM`İ(F B2*.>ڽֱ rKK@$Im4/fiQbBIT<8qOLlH8VP*UDH~}~?n{%؎)-3 A$jS\!>NJ*Dp>vR޷ാZ#E)BӆS6cd4eG(r4Z[DSO^= C e!~i\/ oJVl(%NdUܫ.,ˠEAKjAZ*=Lc &8/@!$ss\l5$#443Ԥ2Y!,wl"wCm?g%ƐOy-{߶VԽwsج@oԍe 6UeJ&}Xի#R>^+v#vʣNWN4IDdokHSܐB`ߖjp߽RSxͿI3ڮIRZafF#f`*t[K %YomZJU  U"OggS8}嶟8z,eQD:5iHs6@6lfj:s0;4,JE\bQⱜz3ٳ-loo\46>/^ 7.uվ#>k2\]ڽ^-Q1uoഋ^*H3H2r܈lNFT:eF& EŊ&F5S=2ML&/ <r~Z֎}t°INǩG- 9ZW`  Z=u˴AgA))0.F)i6_Ms2È=1wI7>P!_nwb^xWckq7tCٳ53&o^%FrNUtFre UJ1H ^=˴D(iڽ}L^5R&8 _OJirH`^:fiV+O uN^rR^ݘ8iFb,og1u>dĪ>kӋRp݀ Dl}ݧGx{sB8s9s9sАUA6q HEiȤݣ$h r GR TI) 4d!RH!RH!R!b) *2,2,2밳:0C KMXckZiJ)RJ) YdAF!R!r)BCV=3Ba{g30H.P1 $_i2Vw!Q*stKyy1{fzRC=ʯu.7G2J厬R]vU]Kn_>Ib(.a-Q,b^g \K÷8 7?%OaFLM ymfqe:Gy.yJݶÔq4u x-=unZI32g߬7Ƚyӽ[a?G٦j A\ sZH}i(jKQE.;>ݎK Zcqe{`piVOՈXE+M5iIFͦ1)݆HVIڸg5AYf 5{1g9vW "chqeK[ 0V6qIV [DKj"֕D1(K5~^ld1\WZ7PZd"M3t /3:14e;-HuїI"̑yGNZ/p(X1 +Rn,+6s2Lr Cy;A屭ZxIFQSp_~=H^`zVL!G$l"M5$@2"cGCtMYF;2•hʽ5A {ik=2-n IDS4BAFF3U!"uݰ~aOdDyZqrG3]`" :78knIفs 2wCVipv Iku¥ IM@\^cP `R1p%8!̤9ff#`(.@f#i09ZX#+O?{25, PӅWjT)]=pHCiٟq̱.$30XsNh0. FY؎dMod~)_ʆq޹eisMPyWwګʯ|Z7.F)@1i* "~[( pa&$l@2`q6yy1@dd;dq6n52 S71َ*n;oGiJ߽|utSao6xLd)[JU<[2>5P ^|ޔz (>oJw 8 1ܼ(WSyIՌyI4c4Gj8ye>^ix=gf[ëU9^f屍+_Xo/Eʽ #6И^+_lV)z=bO{R! btL R pzi)iD 77f$EwId%%)lI6b^ԍ?akYwk|rZ[>;}7I>)۰ s7,jp(Ćݣu00@^\40yӬ huȟ(cQjE6rlfv?5ն1ҩSa_l?dZ~b<*|W2Dz[;3in\LLZsZ- HbjH1B{ 8zo^嚌qZ*":fdL4I\9mn1fZؒM}f1N"juVN,_n.nGLiq|"-2ӛjhn;׽n{a5oŦŅLħL%%Q=Jޠv/}D1 @L&q9Sdh5KL2L$337cmDlQI 8Bj9˦l w-7vSikz4B wz^[{ss.gȿ{VY7%b4ҍuǽXg-7xB\^=γZH 83VMA04(G"QV43! 0JytD1% 2W}hiouoNM/i#q{m\ ׾m;:$H yi²T~ʽ8nQ\l8<4 Mi+239IϟpiD[9,LK+SDi=omxlJEq8+SS]iQ^^@P(C$F ^ 92P9Ri26ihNfH*IɀI4Vm#҈52pl>F|ݨ>WىףMw}-;6,Ͻ'NOslKB\*V$Hz#k.zi4K_oG!p}P OggSțQ" !"+%% ',(+&,&&(() !!$ "(+( $ &'%%'(+)!""$)('(('''))(')#''(()&MGU9!vךю pp *WꟈE9m`6͗DMh^NVw-iqQ`TНLMp!'h>~ěq^3kSC ~όPtt#q{n"\U%1UD>V  =3(D# d0 X4ژ\iYƦ:ZhPKZtaMNחWӿGԖ&R7/&}Tv841x {BZJ2B `2lVKMY͎qn֯b:nRLEX2$g4UEYC-$r4H$lVl64W(6&NQgoGk}o|HAA (scgkdYUzMa8HTVȜcc5 ).B$DӰ4l֪DySp3#[<ӡinLz 0Bg N䷓ L6tfo3k1 ^tjF+|MWr= 2LlAbIl q9Ub"dxI6|)(K'D0r6VKY+Iv_~{5'i1}/냜(A"!0۩o)$~vݷa>kNS@ qӡ~瓇_}zX|vReNǼn 9ѣeCA9)5Q;^z3/xxE&(UT )zͷ,':)V"4%=nj] {XﳟӚ4*6/*fvoކ8s?2si@^/$J` SI>_"@qo7Dj%N%U\dzQ 3ύۮ3XU5zVF(N@$_s9Hv@,T+Z),Vc&D1DBV՚5U#IS!c!ClnNF6qh 4 yJ@Ov>q> ;g9UOr iΟ/&ٳ=:tlxi|}mѾɓrPg=R¼;m [( .{N*LԸ6]+f雕j??eLq S<{g1re:EC=༧ SL_Ft D pyx5hoIs^&^KBM=]\Oj K*]6'⒉D&sĿ.<%00a1Es/kY6Nd䟥><2gM*v6tۭ-k ht z0 $sDkF":x2,];8vqYߡt1$_Ç s"Q4/so:lE\4smۻ.̶u+䬘;dGoᛨuW W,Ԛ@` .9Kծfɗ16z|vg|IFD G%%G/װaIݰa'BPN'i6MS^lx{L{tju;%@K8}֛Ab/Ou/=_M(8wp2uNIc𧊎;5֔I4 N&Z!ltZcAb9$#gU,ٺs~wΑcԵH(]Bf)U&W}9lBb;CP`bW2 y,qr=͟÷ !S+1iҿ=mzrvΜw̹\<{}Y^_!vm#E=2 (J!|7w@7mnt%eu{ Z<U~|=ݦ"a;588$6h [Cz:Z;U PjQ N`ls01ގ䡱|<97z7z%BX AV02X,Gcèqų2K5-]JQ[f,4AIaޓú?)vldJ7)}=:)+_2xn:渎H.*^M_G#{khrpT/"d99?F t(4J5EݮpP:Non?v '5ٯYvHo9^'Wzc65rGut6t27K(kcnkI.K[iApώsE/FDE*NiSXTLɶ/^8]-UN`hd9l2$`swcVMT 9p0xKaZ,{6X'g4 ljzJSWWQ(|~U0m %j`ӔHhtfsMyM8Yd[#q_'A͕|$wEtNN3/.k@n'ĎdHqܒgԛ{];}q~]QϠUW(pEOggSdL~Ja%?%Ӝd̉/FFml2Ȩ5wuLwmm͖Ludj4VU4po2H==d΂C&jةOF<協ĚUsQWdêk+$ ~@K4_{.d)nUa?ޘ$9d#my2rҜ̔r7\_t SpioSztL]Y/6&2Nд^CƋpwsuO鱯WߜS+(ƾab$!$c+/$9SʖzoRr.k@H=v=ജǘπ8vlYISh0Mlj4Z f {%}jYW3=АuO];u_4w?!vMuxmh%Q)I,jh*aXR.qk#ڽn 8^}AമII#lڸQl߁u)LS&ӳ iR}>urS ]&u0ՌPuGŸwWMqbz?5HWJW ;Ejn! H4ab$'R!HN]f$c)l'386"CLf2L'|R?1Y'ߠ9lR[NИsr:nUR1pJ)$5yCJx!H*=}dNrXiT?-ݩTf;6a6gqf)h[NcH3(̴L35bINҐ$Nc|ݰ:y-nrq~41Wa.󱮥q:ܬ;x(=˾~ lp_5U^+!55@@)wT>=o61JFm]&Q 8ҌF4i#Is3ܼ0nv(hLskcyԲqzT9 {ȷc?ɔ|CN-%I[ C ߟuӊ) D}`f2$ݏcc1I(8v0 0No#FE]6_(2f7/CD,ΎI":>{]nmjxÙО y*i4nMS ^[^-oUtf%XJ((aR?W>=/CA`{^wQCNP#h,,^܌̜ٜvJRff*oL Ȥd/ñ׭(#6<.̠I߿+?uxKU߆L:ipÿjp|=B(<=Q\#ڿP*\J0>=.bFeS Nü6+GeIE(l63#0!L Øau¼c `O>{o@ L-ױZ82ۀZD7:6v.B~IVyrKWIw^{}[ &D =/Ee_9>:6>:wET};-f&(xtl+ŤK`d={d3v$mS?oYjj?~u dXׁs\tAeSn5VF`F{1Q>꽜9P z/c(i8ii$ij,;h ;(!.!#|rn͞?|}u#LoZ16% U+ոW>뭢gL|X7(avw~GR;t]EƲ K%D&T~ʽ1)~YHNKiF$IE:!gplи deZ.Ȧ/׉)Mb1N,f{ #۵u4uzI3CluģNJ0Vj\󩭪ݍ/~]gez֙?c1i*]q-.a$pU ~ڽeir7(i/DO2jIE.6'tR6A K6펉7Wuʅc$&5m1) bq66]? ;uXGeܒPS!rVR 2+0AR >ڽlב@h#lFcB^fdC ىNUM'[S{G\q]YxS^ϙ7[ŮחQٸw-Nij+/[aMyF MwJݩ˴Z78n/5X_Ti)J \q+=6 {,I.a-Fu5RE..MĉGa(siMU,SJQ*lGS`9M/J}Uj27Zk=ŭھiL}kMq.5Ư$zS 5bvaz\d0EAb^ >=HQv/۽ NCf Qfm4]0UbI^>H ^ YT4fudjA) +^Qyl޲1wCޝٻLIt"DAu.JP>ڽ^=|`{@Ӻ?=HFeӐ'R`f&&lNd'4q& NOSHO3xxi&U9k؎v6Gfa'ٰosq)*+{w{ I ־R6۳[En;TTX>=GOf&j 8 MS/QMdffidHGs'$"nۿ|hjWu ̤ВASwu7xnӔif❮d}]e]F9Y;SKJ:tV\ng>m7CGˉ`ݮv#pZVOˊVH"I˦2"igsnUD *9(fQ@c58S_.}C\cJN,Wk|{;1yU• XEb)+3~ڽ3o@hpڽ3B!ϫ?>6Dp3hy/Led?&е:7[qXo{raJuQX搯4'c94?Qi/vuRqMMLO;U(m06qv_SM`İ(F B2*.>ڽֱ rKK@$Im4/fiQbBIT<8qOLlH8VP*UDH~}~?n{%؎)-3 A$jS\!>NJ*Dp>vR޷ാZ#E)BӆS6cd4eG(r4Z[DSO^= C e!~i\/ oJVl(%NdUܫ.,ˠEAKjAZ*=Lc &8/@!$ss\l5$#443Ԥ2Y!,wl"wCm?g%ƐOy-{߶VԽwsج@oԍe 6UeJ&}Xի#R>^+v#vʣNWN4IDdokHSܐB`ߖjp߽RSxͿI3ڮIRZafF#f`*t[K %YomZJU  U"OggS8}嶟8z,eQD:5iHs6@6lfj:s0;4,JE\bQⱜz3ٳ-loo\46>/^ 7.uվ#>k2\]ڽ^-Q1uoഋ^*H3H2r܈lNFT:eF& EŊ&F5S=2ML&/ <r~Z֎}t°INǩG- 9ZW`  Z=u˴AgA))0.F)i6_Ms2È=1wI7>P!_nwb^xWckq7tCٳ53&o^%FrNUtFre UJ1H ^=˴D(iڽ}L^5R&8 _OJirH`^:fiV+O uN^rR^ݘ8iFb,og1u>dĪ>kӋRp݀ Dl}ݧGx{sB8s9s9sАUA6q HEiȤݣ$h r GR TI) 4d!RH!RH!R!b) *2,2,2밳:0C KMXckZiJ)RJ) YdAF!R!r)BCV=3Ba{g30H.P1 $_i2Vw!Q*stKyy1{fzRC=ʯu.7G2J厬R]vU]Kn_>Ib(.a-Q,b^g \K÷8 7?%OaFLM ymfqe:Gy.yJݶÔq4u x-=unZI32g߬7Ƚyӽ[a?G٦j A\ sZH}i(jKQE.;>ݎK Zcqe{`piVOՈXE+M5iIFͦ1)݆HVIڸg5AYf 5{1g9vW "chqeK[ 0V6qIV [DKj"֕D1(K5~^ld1\WZ7PZd"M3t /3:14e;-HuїI"̑yGNZ/p(X1 +Rn,+6s2Lr Cy;A屭ZxIFQSp_~=H^`zVL!G$l"M5$@2"cGCtMYF;2•hʽ5A {ik=2-n IDS4BAFF3U!"uݰ~aOdDyZqrG3]`" :78knIفs 2wCVipv Iku¥ IM@\^cP `R1p%8!̤9ff#`(.@f#i09ZX#+O?{25, PӅWjT)]=pHCiٟq̱.$30XsNh0. FY؎dMod~)_ʆq޹eisMPyWwګʯ|Z7.F)@1i* "~[( pa&$l@2`q6yy1@dd;dq6n52 S71َ*n;oGiJ߽|utSao6xLd)[JU<[2>5P ^|ޔz (>oJw 8 1ܼ(WSyIՌyI4c4Gj8ye>^ix=gf[ëU9^f屍+_Xo/Eʽ #6И^+_lV)z=bO{R! btL R pzi)iD 77f$EwId%%)lI6b^ԍ?akYwk|rZ[>;}7I>)۰ s7,jp(Ćݣu00@^\40yӬ huȟ(cQjE6rlfv?5ն1ҩSa_l?dZ~b<*|W2Dz[;3in\LLZsZ- HbjH1B{ 8zo^嚌qZ*":fdL4I\9mn1fZؒM}f1N"juVN,_n.nGLiq|"-2ӛjhn;׽n{a5oŦŅLħL%%Q=Jޠv/}D1 @L&q9Sdh5KL2L$337cmDlQI 8Bj9˦l w-7vSikz4B wz^[{ss.gȿ{VY7%b4ҍuǽXg-7xB\^=γZH 83VMA04(G"QV43! 0JytD1% 2W}hiouoNM/i#q{m\ ׾m;:$H yi²T~ʽ8nQ\l8<4 Mi+239IϟpiD[9,LK+SDi=omxlJEq8+SS]iQ^^@P(C$F ^ 92P9Ri26ihNfH*IɀI4Vm#҈52pl>F|ݨ>WىףMw}-;6,Ͻ'NOslKB\*V$Hz#k.zi4K_oG!p}P OggSțQ" !"+%% ',(+&,&&(() !!$ "(+( $ &'%%'(+)!""$)('(('''))(')#''(()&MGU9!vךю pp *WꟈE9m`6͗DMh^NVw-iqQ`TНLMp!'h>~ěq^3kSC ~όPtt#q{n"\U%1UD>V  =3(D# d0 X4ژ\iYƦ:ZhPKZtaMNחWӿGԖ&R7/&}Tv841x {BZJ2B `2lVKMY͎qn֯b:nRLEX2$g4UEYC-$r4H$lVl64W(6&NQgoGk}o|HAA (scgkdYUzMa8HTVȜcc5 ).B$DӰ4l֪DySp3#[<ӡinLz 0Bg N䷓ L6tfo3k1 ^tjF+|MWr= 2LlAbIl q9Ub"dxI6|)(K'D0r6VKY+Iv_~{5'i1}/냜(A"!0۩o)$~vݷa>kNS@ qӡ~瓇_}zX|vReNǼn 9ѣeCA9)5Q;^z3/xxE&(UT )zͷ,':)V"4%=nj] {XﳟӚ4*6/*fvoކ8s?2si@^/$J` SI>_"@qo7Dj%N%U\dzQ 3ύۮ3XU5zVF(N@$_s9Hv@,T+Z),Vc&D1DBV՚5U#IS!c!ClnNF6qh 4 yJ@Ov>q> ;g9UOr iΟ/&ٳ=:tlxi|}mѾɓrPg=R¼;m [( .{N*LԸ6]+f雕j??eLq S<{g1re:EC=༧ SL_Ft D pyx5hoIs^&^KBM=]\Oj K*]6'⒉D&sĿ.<%00a1Es/kY6Nd䟥><2gM*v6tۭ-k ht z0 $sDkF":x2,];8vqYߡt1$_Ç s"Q4/so:lE\4smۻ.̶u+䬘;dGoᛨuW W,Ԛ@` .9Kծfɗ16z|vg|IFD G%%G/װaIݰa'BPN'i6MS^lx{L{tju;%@K8}֛Ab/Ou/=_M(8wp2uNIc𧊎;5֔I4 N&Z!ltZcAb9$#gU,ٺs~wΑcԵH(]Bf)U&W}9lBb;CP`bW2 y,qr=͟÷ !S+1iҿ=mzrvΜw̹\<{}Y^_!vm#E=2 (J!|7w@7mnt%eu{ Z<U~|=ݦ"a;588$6h [Cz:Z;U PjQ N`ls01ގ䡱|<97z7z%BX AV02X,Gcèqų2K5-]JQ[f,4AIaޓú?)vldJ7)}=:)+_2xn:渎H.*^M_G#{khrpT/"d99?F t(4J5EݮpP:Non?v '5ٯYvHo9^'Wzc65rGut6t27K(kcnkI.K[iApώsE/FDE*NiSXTLɶ/^8]-UN`hd9l2$`swcVMT 9p0xKaZ,{6X'g4 ljzJSWWQ(|~U0m %j`ӔHhtfsMyM8Yd[#q_'A͕|$wEtNN3/.k@n'ĎdHqܒgԛ{];}q~]QϠUW(pEOggSdL~Ja%?%Ӝd̉/FFml2Ȩ5wuLwmm͖Ludj4VU4po2H==d΂C&jةOF<協ĚUsQWdêk+$ ~@K4_{.d)nUa?ޘ$9d#my2rҜ̔r7\_t SpioSztL]Y/6&2Nд^CƋpwsuO鱯WߜS+(ƾab$!$c+/$9SʖzoRr.k@H=v=ജǘπ8vlYISh0Mlj4Z f {%}jYW3=АuO];u_4w?!vMuxmh%Q)I,jh*aXR.qk#ڽn 8^}AമII#lڸQl߁u)LS&ӳ iR}>urS ]&u0ՌPuGŸwWMqbz?5HWJW ;Ejn! H4ab$'R!HN]f$c)l'386"CLf2L'|R?1Y'ߠ9lR[NИsr:nUR1pJ)$5yCJx!H*=}dNrXiT?-ݩTf;6a6gqf)h[NcH3(̴L35bINҐ$Nc|ݰ:y-nrq~41Wa.󱮥q:ܬ;x(=˾~ lp_5U^+!55@@)wT>=o61JFm]&Q 8ҌF4i#Is3ܼ0nv(hLskcyԲqzT9 {ȷc?ɔ|CN-%I[ C ߟuӊ) D}`f2$ݏcc1I(8v0 0No#FE]6_(2f7/CD,ΎI":>{]nmjxÙО y*i4nMS ^[^-oUtf%XJ((aR?W>=/CA`{^wQCNP#h,,^܌̜ٜvJRff*oL Ȥd/ñ׭(#6<.̠I߿+?uxKU߆L:ipÿjp|=B(<=Q\#ڿP*\J0>=.bFeS Nü6+GeIE(l63#0!L Øau¼c `O>{o@ L-ױZ82ۀZD7:6v.B~IVyrKWIw^{}[ &D =/Ee_9>:6>:wET};-f&(xtl+ŤK`d={d3v$mS?oYjj?~u dXׁs\tAeSn5VF`F{1Q>꽜9P z/c(i8ii$ij,;h ;(!.!#|rn͞?|}u#LoZ16% U+ոW>뭢gL|X7(avw~GR;t]EƲ K%D&T~ʽ1)~YHNKiF$IE:!gplи deZ.Ȧ/׉)Mb1N,f{ #۵u4uzI3CluģNJ0Vj\󩭪ݍ/~]gez֙?c1i*]q-.a$pU ~ڽeir7(i/DO2jIE.6'tR6A K6펉7Wuʅc$&5m1) bq66]? ;uXGeܒPS!rVR 2+0AR >ڽlב@h#lFcB^fdC ىNUM'[S{G\q]YxS^ϙ7[ŮחQٸw-Nij+/[aMyF MwJݩ˴Z78n/5X_Ti)J \q+=6 {,I.a-Fu5RE..MĉGa(siMU,SJQ*lGS`9M/J}Uj27Zk=ŭھiL}kMq.5Ư$zS 5bvaz\d0EAb^ >=HQv/۽ NCf Qfm4]0UbI^>H ^ YT4fudjA) +^Qyl޲1wCޝٻLIt"DAu.JP>ڽ^=|`{@Ӻ?=HFeӐ'R`f&&lNd'4q& NOSHO3xxi&U9k؎v6Gfa'ٰosq)*+{w{ I ־R6۳[En;TTX>=GOf&j 8 MS/QMdffidHGs'$"nۿ|hjWu ̤ВASwu7xnӔif❮d}]e]F9Y;SKJ:tV\ng>m7CGˉ`ݮv#pZVOˊVH"I˦2"igsnUD *9(fQ@c58S_.}C\cJN,Wk|{;1yU• XEb)+3~ڽ3o@hpڽ3B!ϫ?>6Dp3hy/Led?&е:7[qXo{raJuQX搯4'c94?Qi/vuRqMMLO;U(m06qv_SM`İ(F B2*.>ڽֱ rKK@$Im4/fiQbBIT<8qOLlH8VP*UDH~}~?n{%؎)-3 A$jS\!>NJ*Dp>vR޷ാZ#E)BӆS6cd4eG(r4Z[DSO^= C e!~i\/ oJVl(%NdUܫ.,ˠEAKjAZ*=Lc &8/@!$ss\l5$#443Ԥ2Y!,wl"wCm?g%ƐOy-{߶VԽwsج@oԍe 6UeJ&}Xի#R>^+v#vʣNWN4IDdokHSܐB`ߖjp߽RSxͿI3ڮIRZafF#f`*t[K %YomZJU  U"OggS8}嶟8z,eQD:5iHs6@6lfj:s0;4,JE\bQⱜz3ٳ-loo\46>/^ 7.uվ#>k2\]ڽ^-Q1uoഋ^*H3H2r܈lNFT:eF& EŊ&F5S=2ML&/ <r~Z֎}t°INǩG- 9ZW`  Z=u˴AgA))0.F)i6_Ms2È=1wI7>P!_nwb^xWckq7tCٳ53&o^%FrNUtFre UJ1H ^=˴D(iڽ}L^5R&8 _OJirH`^:fiV+O uN^rR^ݘ8iFb,og1u>dĪ>kӋRp݀ Dl}ݧGx{sB8s9s9sАUA6q HEiȤݣ$h r GR TI) 4d!RH!RH!R!b) *2,2,2밳:0C KMXckZiJ)RJ) YdAF!R!r)BCV=3Ba{g30H.P1 $_i2Vw!Q*stKyy1{fzRC=ʯu.7G2J厬R]vU]Kn_>Ib(.a-Q,b^g \K÷8 7?%OaFLM ymfqe:Gy.yJݶÔq4u x-=unZI32g߬7Ƚyӽ[a?G٦j A\ sZH}i(jKQE.;>ݎK Zcqe{`piVOՈXE+M5iIFͦ1)݆HVIڸg5AYf 5{1g9vW "chqeK[ 0V6qIV [DKj"֕D1(K5~^ld1\WZ7PZd"M3t /3:14e;-HuїI"̑yGNZ/p(X1 +Rn,+6s2Lr Cy;A屭ZxIFQSp_~=H^`zVL!G$l"M5$@2"cGCtMYF;2•hʽ5A {ik=2-n IDS4BAFF3U!"uݰ~aOdDyZqrG3]`" :78knIفs 2wCVipv Iku¥ IM@\^cP `R1p%8!̤9ff#`(.@f#i09ZX#+O?{25, PӅWjT)]=pHCiٟq̱.$30XsNh0. FY؎dMod~)_ʆq޹eisMPyWwګʯ|Z7.F)@1i* "~[( pa&$l@2`q6yy1@dd;dq6n52 S71َ*n;oGiJ߽|utSao6xLd)[JU<[2>5P ^|ޔz (>oJw 8 1ܼ(WSyIՌyI4c4Gj8ye>^ix=gf[ëU9^f屍+_Xo/Eʽ #6И^+_lV)z=bO{R! btL R pzi)iD 77f$EwId%%)lI6b^ԍ?akYwk|rZ[>;}7I>)۰ s7,jp(Ćݣu00@^\40yӬ huȟ(cQjE6rlfv?5ն1ҩSa_l?dZ~b<*|W2Dz[;3in\LLZsZ- HbjH1B{ 8zo^嚌qZ*":fdL4I\9mn1fZؒM}f1N"juVN,_n.nGLiq|"-2ӛjhn;׽n{a5oŦŅLħL%%Q=Jޠv/}D1 @L&q9Sdh5KL2L$337cmDlQI 8Bj9˦l w-7vSikz4B wz^[{ss.gȿ{VY7%b4ҍuǽXg-7xB\^=γZH 83VMA04(G"QV43! 0JytD1% 2W}hiouoNM/i#q{m\ ׾m;:$H yi²T~ʽ8nQ\l8<4 Mi+239IϟpiD[9,LK+SDi=omxlJEq8+SS]iQ^^@P(C$F ^ 92P9Ri26ihNfH*IɀI4Vm#҈52pl>F|ݨ>WىףMw}-;6,Ͻ'NOslKB\*V$Hz#k.zi4K_oG!p}P OggSțQ" !"+%% ',(+&,&&(() !!$ "(+( $ &'%%'(+)!""$)('(('''))(')#''(()&MGU9!vךю pp *WꟈE9m`6͗DMh^NVw-iqQ`TНLMp!'h>~ěq^3kSC ~όPtt#q{n"\U%1UD>V  =3(D# d0 X4ژ\iYƦ:ZhPKZtaMNחWӿGԖ&R7/&}Tv841x {BZJ2B `2lVKMY͎qn֯b:nRLEX2$g4UEYC-$r4H$lVl64W(6&NQgoGk}o|HAA (scgkdYUzMa8HTVȜcc5 ).B$DӰ4l֪DySp3#[<ӡinLz 0Bg N䷓ L6tfo3k1 ^tjF+|MWr= 2LlAbIl q9Ub"dxI6|)(K'D0r6VKY+Iv_~{5'i1}/냜(A"!0۩o)$~vݷa>kNS@ qӡ~瓇_}zX|vReNǼn 9ѣeCA9)5Q;^z3/xxE&(UT )zͷ,':)V"4%=nj] {XﳟӚ4*6/*fvoކ8s?2si@^/$J` SI>_"@qo7Dj%N%U\dzQ 3ύۮ3XU5zVF(N@$_s9Hv@,T+Z),Vc&D1DBV՚5U#IS!c!ClnNF6qh 4 yJ@Ov>q> ;g9UOr iΟ/&ٳ=:tlxi|}mѾɓrPg=R¼;m [( .{N*LԸ6]+f雕j??eLq S<{g1re:EC=༧ SL_Ft D pyx5hoIs^&^KBM=]\Oj K*]6'⒉D&sĿ.<%00a1Es/kY6Nd䟥><2gM*v6tۭ-k ht z0 $sDkF":x2,];8vqYߡt1$_Ç s"Q4/so:lE\4smۻ.̶u+䬘;dGoᛨuW W,Ԛ@` .9Kծfɗ16z|vg|IFD G%%G/װaIݰa'BPN'i6MS^lx{L{tju;%@K8}֛Ab/Ou/=_M(8wp2uNIc𧊎;5֔I4 N&Z!ltZcAb9$#gU,ٺs~wΑcԵH(]Bf)U&W}9lBb;CP`bW2 y,qr=͟÷ !S+1iҿ=mzrvΜw̹\<{}Y^_!vm#E=2 (J!|7w@7mnt%eu{ Z<U~|=ݦ"a;588$6h [Cz:Z;U PjQ N`ls01ގ䡱|<97z7z%BX AV02X,Gcèqų2K5-]JQ[f,4AIaޓú?)vldJ7)}=:)+_2xn:渎H.*^M_G#{khrpT/"d99?F t(4J5EݮpP:Non?v '5ٯYvHo9^'Wzc65rGut6t27K(kcnkI.K[iApώsE/FDE*NiSXTLɶ/^8]-UN`hd9l2$`swcVMT 9p0xKaZ,{6X'g4 ljzJSWWQ(|~U0m %j`ӔHhtfsMyM8Yd[#q_'A͕|$wEtNN3/.k@n'ĎdHqܒgԛ{];}q~]QϠUW(pEOggSdL~Ja%?%Ӝd̉/FFml2Ȩ5wuLwmm͖Ludj4VU4po2H==d΂C&jةOF<協ĚUsQWdêk+$ ~@K4_{.d)nUa?ޘ$9d#my2rҜ̔r7\_t SpioSztL]Y/6&2Nд^CƋpwsuO鱯WߜS+(ƾab$!$c+/$9SʖzoRr.k@H=v=ജǘπ8vlYISh0Mlj4Z f {%}jYW3=АuO];u_4w?!vMuxmh%Q)I,jh*aXR.qk#ڽn 8^}AമII#lڸQl߁u)LS&ӳ iR}>urS ]&u0ՌPuGŸwWMqbz?5HWJW ;Ejn! H4ab$'R!HN]f$c)l'386"CLf2L'|R?1Y'ߠ9lR[NИsr:nUR1pJ)$5yCJx!H*=}dNrXiT?-ݩTf;6a6gqf)h[NcH3(̴L35bINҐ$Nc|ݰ:y-nrq~41Wa.󱮥q:ܬ;x(=˾~ lp_5U^+!55@@)wT>=o61JFm]&Q 8ҌF4i#Is3ܼ0nv(hLskcyԲqzT9 {ȷc?ɔ|CN-%I[ C ߟuӊ) D}`f2$ݏcc1I(8v0 0No#FE]6_(2f7/CD,ΎI":>{]nmjxÙО y*i4nMS ^[^-oUtf%XJ((aR?W>=/CA`{^wQCNP#h,,^܌̜ٜvJRff*oL Ȥd/ñ׭(#6<.̠I߿+?uxKU߆L:ipÿjp|=B(<=Q\#ڿP*\J0>=.bFeS Nü6+GeIE(l63#0!L Øau¼c `O>{o@ L-ױZ82ۀZD7:6v.B~IVyrKWIw^{}[ &D =/Ee_9>:6>:wET};-f&(xtl+ŤK`d={d3v$mS?oYjj?~u dXׁs\tAeSn5VF`F{1Q>꽜9P z/c(i8ii$ij,;h ;(!.!#|rn͞?|}u#LoZ16% U+ոW>뭢gL|X7(avw~GR;t]EƲ K%D&T~ʽ1)~YHNKiF$IE:!gplи deZ.Ȧ/׉)Mb1N,f{ #۵u4uzI3CluģNJ0Vj\󩭪ݍ/~]gez֙?c1i*]q-.a$pU ~ڽeir7(i/DO2jIE.6'tR6A K6펉7Wuʅc$&5m1) bq66]? ;uXGeܒPS!rVR 2+0AR >ڽlב@h#lFcB^fdC ىNUM'[S{G\q]YxS^ϙ7[ŮחQٸw-Nij+/[aMyF MwJݩ˴Z78n/5X_Ti)J \q+=6 {,I.a-Fu5RE..MĉGa(siMU,SJQ*lGS`9M/J}Uj27Zk=ŭھiL}kMq.5Ư$zS 5bvaz\d0EAb^ >=HQv/۽ NCf Qfm4]0UbI^>H ^ YT4fudjA) +^Qyl޲1wCޝٻLIt"DAu.JP>ڽ^=|`{@Ӻ?=HFeӐ'R`f&&lNd'4q& NOSHO3xxi&U9k؎v6Gfa'ٰosq)*+{w{ I ־R6۳[En;TTX>=GOf&j 8 MS/QMdffidHGs'$"nۿ|hjWu ̤ВASwu7xnӔif❮d}]e]F9Y;SKJ:tV\ng>m7CGˉ`ݮv#pZVOˊVH"I˦2"igsnUD *9(fQ@c58S_.}C\cJN,Wk|{;1yU• XEb)+3~ڽ3o@hpڽ3B!ϫ?>6Dp3hy/Led?&е:7[qXo{raJuQX搯4'c94?Qi/vuRqMMLO;U(m06qv_SM`İ(F B2*.>ڽֱ rKK@$Im4/fiQbBIT<8qOLlH8VP*UDH~}~?n{%؎)-3 A$jS\!>NJ*Dp>vR޷ാZ#E)BӆS6cd4eG(r4Z[DSO^= C e!~i\/ oJVl(%NdUܫ.,ˠEAKjAZ*=Lc &8/@!$ss\l5$#443Ԥ2Y!,wl"wCm?g%ƐOy-{߶VԽwsج@oԍe 6UeJ&}Xի#R>^+v#vʣNWN4IDdokHSܐB`ߖjp߽RSxͿI3ڮIRZafF#f`*t[K %YomZJU  U"OggS8}嶟8z,eQD:5iHs6@6lfj:s0;4,JE\bQⱜz3ٳ-loo\46>/^ 7.uվ#>k2\]ڽ^-Q1uoഋ^*H3H2r܈lNFT:eF& EŊ&F5S=2ML&/ <r~Z֎}t°INǩG- 9ZW`  Z=u˴AgA))0.F)i6_Ms2È=1wI7>P!_nwb^xWckq7tCٳ53&o^%FrNUtFre UJ1H ^=˴D(iڽ}L^5R&8 _OJirH`^:fiV+O uN^rR^ݘ8iFb,og1u>dĪ>kӋRp݀ Dl}ݧGx 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::HasVersion"; plan skip_all => "Test::HasVersion required for testing version numbers" if $@; all_pm_version_ok(); Test-Corpus-Audio-MPD-1.120990/t/release-minimum-version.t0000644000076400001440000000111611740253071022421 0ustar jquelinusers#!perl # # This file is part of Test-Corpus-Audio-MPD # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::MinimumVersion"; plan skip_all => "Test::MinimumVersion required for testing minimum versions" if $@; all_minimum_version_from_metayml_ok(); Test-Corpus-Audio-MPD-1.120990/t/release-kwalitee.t0000644000076400001440000000120711740253071021071 0ustar jquelinusers#!perl # # This file is part of Test-Corpus-Audio-MPD # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } # This test is generated by Dist::Zilla::Plugin::Test::Kwalitee use strict; use warnings; use Test::More; # needed to provide plan. eval "use Test::Kwalitee"; plan skip_all => "Test::Kwalitee required for testing kwalitee" if $@; Test-Corpus-Audio-MPD-1.120990/t/release-pod-coverage.t0000644000076400001440000000135511740253071021643 0ustar jquelinusers#!perl # # This file is part of Test-Corpus-Audio-MPD # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage" if $@; all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); Test-Corpus-Audio-MPD-1.120990/t/release-pod-syntax.t0000644000076400001440000000104011740253071021365 0ustar jquelinusers#!perl # # This file is part of Test-Corpus-Audio-MPD # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod 1.41"; plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; all_pod_files_ok(); Test-Corpus-Audio-MPD-1.120990/t/00-compile.t0000644000076400001440000000101711740253071017512 0ustar jquelinusers#!perl # # This file is part of Test-Corpus-Audio-MPD # # This software is copyright (c) 2009 by Jerome Quelin. # # This is free software; you can redistribute it and/or modify it under # the same terms as the Perl 5 programming language system itself. # use Test::More tests => 1; eval "use Test::Corpus::Audio::MPD"; SKIP: { skip "module is expected to fail under some circumstance", 1 if $@ =~ /mpd not installed|installed mpd is not music player daemon|mpd is running/; is( $@, '', "module loads ok" ); } Test-Corpus-Audio-MPD-1.120990/t/000-report-versions-tiny.t0000644000076400001440000000443611740253071022314 0ustar jquelinusersuse strict; use warnings; use Test::More 0.88; # This is a relatively nice way to avoid Test::NoWarnings breaking our # expectations by adding extra tests, without using no_plan. It also helps # avoid any other test module that feels introducing random tests, or even # test plans, is a nice idea. our $success = 0; END { $success && done_testing; } my $v = "\n"; eval { # no excuses! # report our Perl details my $want = '5.008'; my $pv = ($^V || $]); $v .= "perl: $pv (wanted $want) on $^O from $^X\n\n"; }; defined($@) and diag("$@"); # Now, our module version dependencies: sub pmver { my ($module, $wanted) = @_; $wanted = " (want $wanted)"; my $pmver; eval "require $module;"; if ($@) { if ($@ =~ m/Can't locate .* in \@INC/) { $pmver = 'module not found.'; } else { diag("${module}: $@"); $pmver = 'died during require.'; } } else { my $version; eval { $version = $module->VERSION; }; if ($@) { diag("${module}: $@"); $pmver = 'died during VERSION check.'; } elsif (defined $version) { $pmver = "$version"; } else { $pmver = ''; } } # So, we should be good, right? return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n"); } eval { $v .= pmver('Exporter','any version') }; eval { $v .= pmver('File::Copy','any version') }; eval { $v .= pmver('File::ShareDir::PathClass','any version') }; eval { $v .= pmver('File::Temp','any version') }; eval { $v .= pmver('Module::Build','0.3601') }; eval { $v .= pmver('Path::Class','any version') }; eval { $v .= pmver('Readonly','any version') }; eval { $v .= pmver('Test::More','0.88') }; eval { $v .= pmver('base','any version') }; eval { $v .= pmver('strict','any version') }; eval { $v .= pmver('warnings','any version') }; # All done. $v .= <<'EOT'; Thanks for using my code. I hope it works for you. If not, please try and include this output in the bug report. That will help me reproduce the issue and solve you problem. EOT diag($v); ok(1, "we really didn't test anything, just reporting data"); $success = 1; # Work around another nasty module on CPAN. :/ no warnings 'once'; $Template::Test::NO_FLUSH = 1; exit 0; Test-Corpus-Audio-MPD-1.120990/LICENSE0000644000076400001440000004365611740253071016241 0ustar jquelinusersThis software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Terms of the Perl programming language system itself a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- This software is Copyright (c) 2009 by Jerome Quelin. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 GNU GENERAL PUBLIC LICENSE Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. 2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. 3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. 4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. 5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. 7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. 8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice That's all there is to it! --- The Artistic License 1.0 --- This software is Copyright (c) 2009 by Jerome Quelin. This is free software, licensed under: The Artistic License 1.0 The Artistic License Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. 7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. 8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End