--- libmail-imapclient-perl-3.21.orig/debian/control +++ libmail-imapclient-perl-3.21/debian/control @@ -0,0 +1,32 @@ +Source: libmail-imapclient-perl +Priority: optional +Section: perl +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libparse-recdescent-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: Salvatore Bonaccorso , + Ansgar Burchardt , Rene Mayorga , + gregor herrmann , Nathan Handler , + Ryan Niebur , Jonathan Yu , + Gunnar Wolf , Niko Tyni , + Russ Allbery +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Mail-IMAPClient/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-imapclient-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmail-imapclient-perl/ + +Package: libmail-imapclient-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl +Recommends: libio-socket-ssl-perl, libdigest-hmac-perl +Suggests: libauthen-sasl-perl +Description: Perl library for manipulating IMAP mail stores + Mail::IMAPClient provides an interface for interacting with Internet Message + Access Protocol (IMAP). It supports virtually all IMAP client operations as + of RFC3501 and is even capable of handling most unknown commands, including + non-standard extensions or those which are from a newer version of the IMAP + specification. + . + There are various implementations of IMAP authentication mechanisms. If your + mail system uses a different procedure to authenticate users, this feature is + extensible through plugins. --- libmail-imapclient-perl-3.21.orig/debian/copyright +++ libmail-imapclient-perl-3.21/debian/copyright @@ -0,0 +1,56 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Name: Mail-IMAPClient +Upstream-Maintainer: Phil Lobbes +Upstream-Source: http://search.cpan.org/dist/Mail-IMAPClient/ + +Files: * +Copyright: 2007-2009, Mark Overmeer + 1999-2002, The Kernen Group, Inc. +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: examples/* +Copyright: 2003, The Kernen Group, Inc. +License: GPL-1+ | Artistic + This example is distributed with Mail::IMAPClient and subject to the same + licensing requirements as Mail::IMAPClient. + +Files: examples/imap_to_mbox.pl +Copyright: 1999, Thomas Stromberg +License: BSD + This software is protected by the BSD License. No rights reserved anyhow. + + +Files: debian/* +Copyright: 2009, Salvatore Bonaccorso + 2009, Jonathan Yu + 2009, Ryan Niebur + 2008, Peter Pentchev + 2008, gregor herrmann + 2008, Rene Mayorga + 2008, Ansgar Burchardt + 2008, Roberto C. Sanchez + 2007-2008, Damyan Ivanov + 2006-2008, Niko Tyni + 2006, Russ Allbery + 2004-2008, Gunnar Wolf + 2000-2004, Michael Alan Dorman + 2004, Joachim Breitner +License: GPL-1+ | Artistic +X-Comment: It is assumed that package maintainers have licensed their work + under terms compatible with upstream licensing terms. + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + 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. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libmail-imapclient-perl-3.21.orig/debian/watch +++ libmail-imapclient-perl-3.21/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Mail-IMAPClient/ .*/Mail-IMAPClient-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libmail-imapclient-perl-3.21.orig/debian/libmail-imapclient-perl.docs +++ libmail-imapclient-perl-3.21/debian/libmail-imapclient-perl.docs @@ -0,0 +1 @@ +TODO --- libmail-imapclient-perl-3.21.orig/debian/compat +++ libmail-imapclient-perl-3.21/debian/compat @@ -0,0 +1 @@ +7 --- libmail-imapclient-perl-3.21.orig/debian/libmail-imapclient-perl.examples +++ libmail-imapclient-perl-3.21/debian/libmail-imapclient-perl.examples @@ -0,0 +1 @@ +examples/* --- libmail-imapclient-perl-3.21.orig/debian/README.source +++ libmail-imapclient-perl-3.21/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libmail-imapclient-perl-3.21.orig/debian/changelog +++ libmail-imapclient-perl-3.21/debian/changelog @@ -0,0 +1,412 @@ +libmail-imapclient-perl (3.21-1) unstable; urgency=low + + [ Ryan Niebur ] + * Update jawnsy's email address + + [ Salvatore Bonaccorso ] + * New upstream release + - Bugfixes including update and clarification of the close and expunge + documentation (Closes: #547713) + * Add fix-examples-perl-path.patch to fix wrong location of Perl in examples + files. Adjust Build-Depends adding quilt (>= 0.46-7) and use patch system + in debian/rules. + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * Update debian/copyright for debian/* packaging. + + -- Salvatore Bonaccorso Wed, 23 Sep 2009 08:25:13 +0000 + +libmail-imapclient-perl (3.20-2) unstable; urgency=low + + * Drop patch catch_ssl_attribute.patch. This is not needed anymore + since upstream added Ssl attribute in 3.18. Drop NEWS.Debian + explaining the situation on Debian (Closes: #543774). + * Drop README.source which is not needed anymore since no patch + system is used. Drop quilt Build-Depends. + + -- Salvatore Bonaccorso Thu, 27 Aug 2009 19:51:16 +0200 + +libmail-imapclient-perl (3.20-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + New methods Rfc3501_date{,time} used by deprecated methods (RT#48510) + + login() hack to quote an empty password (RT#48107) + * Change to new short rules format + override (dh 7.0.50) + * Rearrange dependencies in control file + * Standards-Version 3.8.3 (no changes) + * Added Damyan's email address to copyright + + [ gregor herrmann ] + * Refresh catch_ssl_attribute.patch. + + -- Jonathan Yu Sat, 22 Aug 2009 05:33:16 -0400 + +libmail-imapclient-perl (3.19-1) unstable; urgency=low + + [ Nathan Handler ] + * New upstream release + * debian/control: + - Add myself to Uploaders list + * debian/watch: + - Modify to ignore development releases + + [ Salvatore Bonaccorso ] + * New upstream release + * debian/control: + - Add myself to Uploaders list + - Bump Standards-Version to 3.8.2 (no changes). + * Refresh patch catch_ssl_attribute.patch. + + -- Salvatore Bonaccorso Sat, 20 Jun 2009 11:45:42 +0200 + +libmail-imapclient-perl (3.17-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Updated debian/copyright + * Added /me to uploaders + * Added libdigest-hmac-perl to Recommends (for CRAM-MD5) + * Added libauthen-sasl-perl to Suggests (for DIGEST-MD5) + + [ gregor herrmann ] + * Refresh patch catch_ssl_attribute.patch. + + -- Jonathan Yu Thu, 21 May 2009 16:48:01 -0400 + +libmail-imapclient-perl (3.16-1) unstable; urgency=low + + * New upstream release + * update upstream copyright + + -- Ryan Niebur Tue, 07 Apr 2009 19:04:53 -0700 + +libmail-imapclient-perl (3.15-1) unstable; urgency=low + + * New upstream release + * add myself to uploaders + * policy 3.8.1 + + -- Ryan Niebur Mon, 23 Mar 2009 19:33:06 -0700 + +libmail-imapclient-perl (3.14-1) unstable; urgency=low + + * New upstream release. + + -- Ansgar Burchardt Mon, 16 Feb 2009 19:27:50 +0100 + +libmail-imapclient-perl (3.13-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * New upstream release. + * debian/control: Remove priority and section fields from package paragraph. + + [ gregor herrmann ] + * Delete debian/NEWS from debian/libmail-imapclient-perl.docs, it is + installed automatically by dh_installchangelogs. + + -- Ansgar Burchardt Thu, 15 Jan 2009 23:44:27 +0100 + +libmail-imapclient-perl (3.12-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Ansgar Burchardt ] + * New upstream release. + * Add myself to Uploaders. + * debian/NEWS: Correct reference to Mail::IMAPClient man page. + * Convert debian/copyright to proposed machine-readable format. + * debian/copyright: Do not mention Debian Perl Group as copyright holder for + the Debian packaging, instead list all individual contributors. + The list of contributors was taken from the changelog. + + [ gregor herrmann ] + * Add a header to patch catch_ssl_attribute.patch. + + -- Ansgar Burchardt Sun, 30 Nov 2008 18:26:33 +0100 + +libmail-imapclient-perl (3.11-1) unstable; urgency=low + + * New upstream release + * debian/control + + Set debhelper and compat level to 7 + + add ${misc:Depends} to Depends field. + + add myself to uploaders + * debian/rules + + Convert to dh7 using dh-make-perl -R --dh7 + + re-add quilt and workaround to fix .grammar and .pod files perms. + + -- Rene Mayorga Thu, 09 Oct 2008 20:08:17 -0600 + +libmail-imapclient-perl (3.10-1) unstable; urgency=low + + * New upstream release. + * Refresh patch catch_ssl_attribute.patch. + * Remove lintian override, not needed any more. + * Mention module name in long description. + + -- gregor herrmann Sat, 06 Sep 2008 20:57:01 +0200 + +libmail-imapclient-perl (3.08-2) unstable; urgency=low + + [ Peter Pentchev ] + * Add a runtime dependency on libdigest-hmac-perl for Digest::HMAC_MD5 + which has been a prerequisite since version 2.99_02. Closes: 490817 + + [ gregor herrmann ] + * Set Standards-Version to 3.8.0; add debian/README.source to document + quilt usage. + + -- gregor herrmann Mon, 14 Jul 2008 17:59:37 +0200 + +libmail-imapclient-perl (3.08-1) unstable; urgency=low + + * New upstream release. + * Refresh debian/rules, no functional changes (except for adding the + examples to the binary package). + * Add lintian override for a long line in a manpage which is caused by a + long URL. + * debian/control: change my email address. + + -- gregor herrmann Tue, 03 Jun 2008 21:40:29 +0200 + +libmail-imapclient-perl (3.07-1) unstable; urgency=low + + * New upstream release + + -- Gunnar Wolf Mon, 28 Apr 2008 09:50:25 -0500 + +libmail-imapclient-perl (3.06-1) unstable; urgency=low + + * New upstream release. + * Make build dependency on quilt versioned. + * debian/rules: one .PHONY line should be enough for everyone. + + -- gregor herrmann Tue, 15 Apr 2008 18:16:51 +0200 + +libmail-imapclient-perl (3.05-1) unstable; urgency=low + + [ Gunnar Wolf ] + * New upstream release + + [ Joachim Breitner ] + * Removed myself from uploaders. + + -- Gunnar Wolf Wed, 20 Feb 2008 10:43:30 -0600 + +libmail-imapclient-perl (3.04-1) unstable; urgency=low + + [ gregor herrmann ] + * New upstream release. + * debian/watch: use improved regexp to match upstream releases. + + [ Damyan Ivanov ] + * Added gregor herrmann to Uploaders + + -- gregor herrmann Sun, 27 Jan 2008 23:13:51 +0100 + +libmail-imapclient-perl (3.03-2) unstable; urgency=low + + * Install the separate POD documentation in *.pod files. (Closes: #462234) + * Remove the execute bit from all the POD files. + * Clean obsolete file removals in the 'clean' target. + * Update the long description: the Debian version no longer has a separate + SSL patch. + * Update debian/copyright. + + -- Niko Tyni Thu, 24 Jan 2008 22:01:02 +0200 + +libmail-imapclient-perl (3.03-1) unstable; urgency=low + + [ gregor herrmann ] + * New upstream release. + * debian/rules: delete /usr/lib/perl5 only if it exists. + * Refresh patch catch_ssl_attribute.patch. + * Bump debhelper compatibility level. + + -- Roberto C. Sanchez Sat, 12 Jan 2008 23:10:46 -0500 + +libmail-imapclient-perl (3.02-1) unstable; urgency=low + + * New upstream release. + * Set Standards-Version to 3.7.3 (no further changes needed). + * debian/rules: + - remove useless build-{arch,indep} targets + - use DESTDIR and PREFIX for make install + - let binary-indep target depend on build and install + + -- gregor herrmann Mon, 17 Dec 2007 18:19:49 +0100 + +libmail-imapclient-perl (3.00-1) unstable; urgency=low + + [ Joey Hess ] + * Fix watch file to deal with mangled version number. + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + + * New upstream release: + - repackaging the upstream source not needed any more, because the + non-free docs were removed; removing the note from README.Debian and + the version mangling from debian/watch. + * Use a dist-based based URL in debian/watch. + * debian/copyright: + - add generic upstream URL. + - copy current maintainer/copyright/license statement verbatim from + README. + * Remove patch 10_get_socket_on_external, included in rewritten upstream + code. + * Remove patch 20_ssl_support, SSL connections are now handled via the + (Raw)Socket method; add NEWS.Debian containing this information; remove + libio-socket-ssl-perl from build dependencies; move + libio-socket-ssl-perl from Depends to Recommends; remove README.Debian; + add new patch catch_ssl_attribute to catch the use of the old Ssl + attribute provided by the now deleted patch. + * Remove patch 30_uninitialized_warning, not relevant for new upstream + code any more. + * Remove patch 40_pod_whatis_parse_error, not relevant for new upstream + code any more. + * debian/rules: + - move dh_clean before $(MAKE) distclean. + - set mode for *.grammar files to 644. + - don't install *.pod files. + * debian/control: + - add libtest-pod-perl to Build-Depends-Indep. + - add quilt to Build-Depends. + - remove dpatch from Build-Depends. + + [ Damyan Ivanov ] + * Remove unused dh_link call + + -- gregor herrmann Wed, 28 Nov 2007 23:01:34 +0100 + +libmail-imapclient-perl (2.2.9+deb-5) unstable; urgency=low + + * Add dpatch framework + * Now creates the inner state for externally created sockets. Thanks + to Alexander Zangerl for the patch. (dpatch: + 10_get_socket_on_external) (Closes: #401144) + * Bumped up standards-version to 3.7.2.2 - no changes needed + + -- Gunnar Wolf Wed, 28 Feb 2007 18:48:40 -0600 + +libmail-imapclient-perl (2.2.9+deb-4) unstable; urgency=low + + [ Niko Tyni ] + * Fixed maintainer email address. (Closes: #343474) + + [ Russ Allbery ] + * Expand description slightly and mention SSL support. + * General debian/rules cleanup. + - Remove many unnecessary rules. + - Remove empty /usr/lib/perl5 directory. + - Don't ignore the exit status of make distclean. + - Add build-arch and build-indep in case Policy ever requires them. + * Move debhelper to Build-Depends since it's required for clean. + * Update to standards version 3.6.2 (no changes required). + * Update to debhelper compatibility level V5. + * Remove incorrect copyright note saying there were no package changes + outside the debian directory. + + -- Russ Allbery Sat, 21 Jan 2006 18:48:35 -0800 + +libmail-imapclient-perl (2.2.9+deb-3) unstable; urgency=low + + * Added SSL support by including Joost Cassee's patch - Thanks a lot! + (Closes: #111960) + * SSL patch requires to add build-dependency and dependency on + libio-socket-ssl-perl - did so as well. Also wrote basic documentation + for it in the module's POD and Makefile + * Clean process after build did not leave the package as in original state - + Fixed. + + -- Gunnar Wolf Sat, 14 May 2005 16:27:15 -0500 + +libmail-imapclient-perl (2.2.9+deb-2) unstable; urgency=low + + * Specified not to overwrite some manpages generated from .pod files + with the empty contents of the corresponding .pm files which caused + a whatis parse error (Closes: #283660) + + -- Gunnar Wolf Wed, 2 Mar 2005 14:17:50 -0600 + +libmail-imapclient-perl (2.2.9+deb-1) unstable; urgency=low + + * Repackaging upstream source, as it includes non-free RFCs (Closes: + #275496) + + -- Gunnar Wolf Fri, 8 Oct 2004 09:58:12 -0500 + +libmail-imapclient-perl (2.2.9-3) unstable; urgency=low + + * Adopted by Debian Perl Group (Closes: #274133) + * Prevented undefined-warning (Closes: #158617) + + -- Joachim Breitner Fri, 8 Oct 2004 13:28:43 +0200 + +libmail-imapclient-perl (2.2.9-2) unstable; urgency=low + + * Fix the build-depends-indep. + * Change section to perl + * Add watch file for uscan + + -- Michael Alan Dorman Sun, 20 Jun 2004 17:48:38 -0400 + +libmail-imapclient-perl (2.2.9-1) unstable; urgency=low + + * New upstream release. (closes: bug#208676, bug#208677) + + -- Michael Alan Dorman Thu, 18 Dec 2003 09:36:02 -0500 + +libmail-imapclient-perl (2.1.4-1) unstable; urgency=low + + * New upstream release (closes: bug#84100, bug#111959) + + -- Michael Alan Dorman Tue, 25 Sep 2001 12:41:21 -0400 + +libmail-imapclient-perl (2.0.9-1) unstable; urgency=low + + * New upstream release (closes: bug#84100) + + -- Michael Alan Dorman Sun, 4 Feb 2001 09:42:20 -0500 + +libmail-imapclient-perl (1.18-1) unstable; urgency=low + + * New upstream release + + -- Michael Alan Dorman Tue, 29 Aug 2000 13:10:42 -0400 + +libmail-imapclient-perl (1.15-1) unstable; urgency=low + + * New upstream release + + -- Michael Alan Dorman Tue, 27 Jun 2000 09:08:52 -0400 + +libmail-imapclient-perl (1.13-1) unstable; urgency=low + + * New upstream release + + -- Michael Alan Dorman Wed, 31 May 2000 22:00:33 -0400 + +libmail-imapclient-perl (1.11-1) unstable; urgency=low + + * New upstream version. + + -- Michael Alan Dorman Fri, 5 May 2000 14:04:41 -0400 + +libmail-imapclient-perl (1.09-1) unstable; urgency=low + + * The problem with disappearing blank lines in output is taken care of, + ergo this is now releasable. + + -- Michael Alan Dorman Fri, 10 Mar 2000 15:58:37 -0500 + +libmail-imapclient-perl (1.08-1) unstable; urgency=low + + * Initial packaging + + -- Michael Alan Dorman Sun, 27 Feb 2000 14:59:05 -0500 --- libmail-imapclient-perl-3.21.orig/debian/rules +++ libmail-imapclient-perl-3.21/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh --with quilt $@ + +override_dh_fixperms: + dh_fixperms + find $(TMP) -name '*.grammar' | xargs --no-run-if-empty chmod 644 + find $(TMP) -name '*.pod' | xargs --no-run-if-empty chmod 644 --- libmail-imapclient-perl-3.21.orig/debian/patches/series +++ libmail-imapclient-perl-3.21/debian/patches/series @@ -0,0 +1 @@ +fix-examples-perl-path.patch --- libmail-imapclient-perl-3.21.orig/debian/patches/fix-examples-perl-path.patch +++ libmail-imapclient-perl-3.21/debian/patches/fix-examples-perl-path.patch @@ -0,0 +1,109 @@ +Description: Fix shebang in examples files. Examples provide + /usr/local/bin/perl as path to the Perl interpreter. +Origin: vendor +Forwarded: no +Author: Salvatore Bonaccorso +--- a/examples/build_dist.pl ++++ b/examples/build_dist.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/build_dist.pl#1 $ + + use Mail::IMAPClient; +--- a/examples/build_ldif.pl ++++ b/examples/build_ldif.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/build_ldif.pl#1 $ + use Mail::IMAPClient; + use MIME::Lite; +--- a/examples/cleanTest.pl ++++ b/examples/cleanTest.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + + use Mail::IMAPClient; + use IO::File; +--- a/examples/copy_folder.pl ++++ b/examples/copy_folder.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/copy_folder.pl#1 $ + ++$|; + use Getopt::Std; +--- a/examples/cyrus_expire.pl ++++ b/examples/cyrus_expire.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id + + use Mail::IMAPClient; # available from http://search.cpan.org/search?mode=module&query=IMAPClient +--- a/examples/cyrus_expunge.pl ++++ b/examples/cyrus_expunge.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/cyrus_expunge.pl#1 $ + + use Mail::IMAPClient; +--- a/examples/find_dup_msgs.pl ++++ b/examples/find_dup_msgs.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + # $Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/find_dup_msgs.pl#1 $ + + use Mail::IMAPClient; +--- a/examples/imap_to_mbox.pl ++++ b/examples/imap_to_mbox.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + # (c) 1999 Thomas Stromberg, Research Triangle Commerce, Inc. + # This software is protected by the BSD License. No rights reserved anyhow. + # +--- a/examples/imtestExample.pl ++++ b/examples/imtestExample.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + + use Sys::Hostname; + use Mail::IMAPClient; +--- a/examples/migrate_mail2.pl ++++ b/examples/migrate_mail2.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/migrate_mail2.pl#1 $ + # + # An example of how to migrate from a Netscape server +--- a/examples/migrate_mbox.pl ++++ b/examples/migrate_mbox.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + # + # This is an example demonstrating the use of the migrate method. + # Note that the migrate method is considered experimental and should +--- a/examples/populate_mailbox.pl ++++ b/examples/populate_mailbox.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/populate_mailbox.pl#1 $ # + use Time::Local ; + use FileHandle ; +--- a/examples/sharedFolder.pl ++++ b/examples/sharedFolder.pl +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + #$Id: //depot/main/ZimbraPS/Mail-IMAPClient/examples/sharedFolder.pl#1 $ + + use Mail::IMAPClient;