r45624 - in /trunk/libtest-distmanifest-perl: Build.PL Changes MANIFEST.SKIP META.yml README SIGNATURE debian/changelog lib/Test/DistManifest.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Oct 12 14:46:19 UTC 2009
Author: jawnsy-guest
Date: Mon Oct 12 14:46:11 2009
New Revision: 45624
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45624
Log:
IGNORE-VERSION: 1.004-1
NOTE: waits for new upstream version, it has a fixed changelog
* New upstream release
Modified:
trunk/libtest-distmanifest-perl/Build.PL
trunk/libtest-distmanifest-perl/Changes
trunk/libtest-distmanifest-perl/MANIFEST.SKIP
trunk/libtest-distmanifest-perl/META.yml
trunk/libtest-distmanifest-perl/README
trunk/libtest-distmanifest-perl/SIGNATURE
trunk/libtest-distmanifest-perl/debian/changelog
trunk/libtest-distmanifest-perl/lib/Test/DistManifest.pm
Modified: trunk/libtest-distmanifest-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/Build.PL?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/Build.PL (original)
+++ trunk/libtest-distmanifest-perl/Build.PL Mon Oct 12 14:46:11 2009
@@ -3,7 +3,7 @@
# Build.PL
# Script to build and install this distribution
#
-# $Id: Build.PL 8673 2009-08-20 03:41:42Z FREQUENCY at cpan.org $
+# $Id: Build.PL 9529 2009-10-04 04:34:32Z FREQUENCY at cpan.org $
use strict;
use warnings;
@@ -13,7 +13,7 @@
my $builder = Module::Build->new(
module_name => 'Test::DistManifest',
license => 'perl',
- dist_author => 'Jonathan Yu <frequency at cpan.org>',
+ dist_author => 'Jonathan Yu <jawnsy at cpan.org>',
dist_version_from => 'lib/Test/DistManifest.pm',
dynamic_config => 0,
create_readme => 0,
Modified: trunk/libtest-distmanifest-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/Changes?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/Changes (original)
+++ trunk/libtest-distmanifest-perl/Changes Mon Oct 12 14:46:11 2009
@@ -1,114 +1,287 @@
-1.003 - 20 Aug 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Remove generated files from the repository
- + Use a simple string version, per David Golden's article:
- http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
- + No longer use Perl::Critic to test
- + Remove modules available in core since Perl 5.6
- from requires
- + Move CIRCULAR.SKIP and MANIFEST.EXTRA into t/
-
-1.2.3 - 25 Jul 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Added coverage information
- + Rewrote LICENSE and README slightly
- + Updated the checkmanifest.t example file and synopsis,
- it now checks Alias' flags (AUTOMATED_TESTING,
- RELEASE_TESTING) rather than TEST_AUTHOR
- + No longer test Perl::Critic during AUTOMATED_TESTING,
- only RELEASE_TESTING. Thanks to Elliot Shank for the
- discussion in a private mail.
- + No more versioned dependency on version.pm
- + Use a generic README, no longer produce one
- + Changed critic.rc to ignore PodSpelling policy (fixes
- a bug in Debian, BTS#538115 -- when Pod::Spell and
- other dependencies are installed)
- + Disable "one dot only" in filenames (portability test).
- This breaks compatibility with OpenVMS.
- + Updated perlcriticrc with new preferences, removed
- "no critic" stuff for those in Test/DistManifest.pm
- + Added copyleft statements to test files
- + Minor documentation fix
- + Small POD fix
-
-1.2.2 - 15 May 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Minor problem forgetting to bump one of the version
- numbers in META.yml
- + Adjusted dependencies - changed minimum version
- dependency to Test::Builder 0.72 and version 0.74,
- which are core modules in Perl 5.10
-
-1.2.1 - 14 May 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Moved some small changes from MANIFEST.SKIP to
- CIRCULAR.SKIP
- + This release is particularly important to get rid of
- Win32 test failures, where `Build.bat' is created
- instead of `Build'
-
-1.2.0 - 14 May 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Updated t/03warn-only.t test with new semantics (always
- fail if parsing fails)
- + Note that circular dependencies and parsing errors will
- always be considered fatal, regardless of the setting
- MANIFEST_WARN_ONLY
- + Suppress refactoring requirement - even though
- manifest_ok is really complex, it doesn't make sense
- to exist in separate subs
- + Added new feature for nonfatal errors (see updated POD)
-
-1.1.4 - 26 Apr 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Added .tmp to MANIFEST.SKIP
- + Added Build.bat to MANIFEST.SKIP for Win32 builds...
-
-1.1.3 - 23 Apr 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Added Win32 compatibility code. Closes the Win32
- compatibility bug (RT#44401)
- + Updated Build.PL
- + Added META.yml
- + Changed to a passthrough Makefile instead of a classic
- one
- + Updated version dependency for version.pm
- + Removed use of Test::Prereq, because it needs to use
- CPAN to do its work
- + Fix OS detection routines
- + Modified the module so that it works portably (even
- with Win32, and other platforms File::Spec supports)
-
-1.1.2 - 14 Mar 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Updated prerequisite information in Build.PL and META.yml
- + Add a more thorough description for the POD
- + Fix dependencies in Build.PL and META.yml
- + Clarified licensing restrictions
- + CIRCULAR.SKIP became out of sync with the real
- MANIFEST.SKIP, and so was causing problems with debian/
-
-1.1.1 - 12 Mar 2009 - Jonathan Yu <frequency at cpan.org>
-
- + Added "^debian/" as a mask for MANIFEST.SKIP. This is
- where Debian package control files go, and so should
- not be considered part of the package. Hopefully this
- won't break anything :-)
-
-1.1.0 - 12 Mar 2009 - Jonathan Yu <frequency at cpan.org>
- + Modified Changelog name to "Changes" (instead of CHANGES)
- + Updated Makefile.PL
- + Added a test for circular dependencies (those that exist
- in both MANIFEST and MANIFEST.SKIP) -- thanks Apocalypse!
- + Updated the POD and the README to reflect this repository's
- location
- + Fixed version number in META.yml -> numeric "1.001000"
- style version numbering, to get around version.pm bugs
- + Replaced PerlCritic's POD section to enforce 'LICENSE'
- instead of 'COPYRIGHT' (which is used by CPANTS/Kwalitee)
- + Removed Test::NoWarnings from the Signature test, which
- throws warnings on purpose.
-
-1.0 - 25 Dec 2008 - Jonathan Yu <frequency at cpan.org>
-
- + Initial release
+2009-10-12 Jonathan Yu <frequency at cpan.org>
+
+ Update MANIFEST.SKIP to include MYMETA.yml (prevents test failure)
+
+2009-10-04 Jonathan Yu <frequency at cpan.org>
+
+ Changed my mail address to jawnsy at cpan.org
+
+2009-08-20 Jonathan Yu <frequency at cpan.org>
+
+ Update Changes, prepare to cut a release
+
+2009-08-20 Jonathan Yu <frequency at cpan.org>
+
+ Move CIRCULAR.SKIP and MANIFEST.EXTRA into t/
+
+2009-08-19 Jonathan Yu <frequency at cpan.org>
+
+ Fixed line endings; they are all UNIX now
+
+2009-08-19 Jonathan Yu <frequency at cpan.org>
+
+ - Remove generated files from the repository
+ - Use a simple string version, per David Golden's article: http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
+ - No longer use Perl::Critic to test
+ - Fixed test sequence
+
+2009-07-25 Jonathan Yu <frequency at cpan.org>
+
+ - Added coverage information
+ - Rewrote LICENSE and README slightly
+
+2009-07-25 Jonathan Yu <frequency at cpan.org>
+
+ Updated the checkmanifest.t example file and synopsis, it now checks Alias' flags (AUTOMATED_TESTING, RELEASE_TESTING) rather than TEST_AUTHOR
+
+2009-07-25 Jonathan Yu <frequency at cpan.org>
+
+ No longer test Perl::Critic during AUTOMATED_TESTING, only RELEASE_TESTING. Thanks to Elliot Shank for the discussion in a private mail.
+
+2009-07-25 Jonathan Yu <frequency at cpan.org>
+
+ Bump version to 1.2.3
+
+2009-07-25 Jonathan Yu <frequency at cpan.org>
+
+ - No more versioned dependency on version.pm
+ - Use a generic README, no longer produce one
+
+2009-07-25 Jonathan Yu <frequency at cpan.org>
+
+ - Changed critic.rc to ignore PodSpelling policy (fixes a bug in Debian, BTS#538115 -- when Pod::Spell and other dependencies are installed)
+ - Added generic README (no need to regenerate it)
+
+2009-06-14 Jonathan Yu <frequency at cpan.org>
+
+ "one dot only" in filenames. This breaks compatibility with OpenVMS.
+
+2009-06-14 Jonathan Yu <frequency at cpan.org>
+
+ Updated perlcriticrc with new preferences, removed "no critic" stuff for those in Test/DistManifest.pm
+
+2009-06-13 Jonathan Yu <frequency at cpan.org>
+
+ - Updated META.yml
+ - Added copyleft statements to test files
+
+2009-06-13 Jonathan Yu <frequency at cpan.org>
+
+ Minor documentation fix
+
+2009-05-15 Jonathan Yu <frequency at cpan.org>
+
+ Small POD fix
+
+2009-05-15 Jonathan Yu <frequency at cpan.org>
+
+ Minor problem forgetting to bump one of the version numbers in META.yml
+
+2009-05-15 Jonathan Yu <frequency at cpan.org>
+
+ - Bumped version to 1.2.2
+ - Adjusted dependencies - changed minimum version dependency to Test::Builder 0.72 and version 0.74, which are core modules in Perl 5.10
+
+2009-05-15 Jonathan Yu <frequency at cpan.org>
+
+ Oops, noted the version was bumped when it wasn't. Fixed now.
+
+2009-05-15 Jonathan Yu <frequency at cpan.org>
+
+ - Moved some small changes from MANIFEST.SKIP to CIRCULAR.SKIP
+ - Bumped version to 1.2.1
+ - This release is particularly important to get rid of Win32 test failures, where `Build.bat' is created instead of `Build'
+
+2009-05-14 Jonathan Yu <frequency at cpan.org>
+
+ These were some pretty important changes, bumped the version to 1.2.0 instead
+
+2009-05-14 Jonathan Yu <frequency at cpan.org>
+
+ Updated t/03warn-only.t test with new semantics (always fail if parsing fails)
+
+2009-05-14 Jonathan Yu <frequency at cpan.org>
+
+ - Note that circular dependencies and parsing errors will always be considered fatal, regardless of MANIFEST_WARN_ONLY
+ - Suppress refactoring requirement - even though manifest_ok is really complex, it doesn't make sense to exist in separate subs
+
+2009-05-14 Jonathan Yu <frequency at cpan.org>
+
+ Added t/03warn-only.t to MANIFEST
+
+2009-05-14 Jonathan Yu <frequency at cpan.org>
+
+ - Bumped version to 1.1.5
+ - Added new feature for nonfatal errors (see updated POD)
+ - Added tests for this new feature
+
+ There a problem still some bugs to be worked out.
+
+2009-05-12 Jonathan Yu <frequency at cpan.org>
+
+ - Cleaned up documentation (minor fixes)
+
+2009-04-26 Jonathan Yu <frequency at cpan.org>
+
+ - Updated to version 1.1.4, prepare for next release
+
+2009-04-26 Jonathan Yu <frequency at cpan.org>
+
+ - Added .tmp to MANIFEST.SKIP
+
+2009-04-24 Jonathan Yu <frequency at cpan.org>
+
+ Added Build.bat to MANIFEST.SKIP for Win32 builds...
+
+2009-04-23 Jonathan Yu <frequency at cpan.org>
+
+ - Added Win32 compatibility code. Closes the Win32 compatibility bug (RT#44401)
+ - Updated Build.PL
+ - Added META.yml
+ - Changed to a passthrough Makefile instead of a classic one
+
+2009-04-06 Jonathan Yu <frequency at cpan.org>
+
+ Updated META.yml
+
+2009-03-25 Jonathan Yu <frequency at cpan.org>
+
+ - Updated version dependency for version.pm
+ - Fixed a typo in the README
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ - Removed version-specific stuff from the README so I can be lazy (it was out-of-date anyway)
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ - Removed prereq.t from the MANIFEST
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ - Removed use of Test::Prereq, because it needs to use CPAN to do its work
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ Fix OS detection routines
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ - Enable svn:keywords: LastChangedBy Revision Id
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ - Updated 03core.t (header was old)
+ - Fixed Test/DistManifest.pm (minor variable name change)
+
+2009-03-16 Jonathan Yu <frequency at cpan.org>
+
+ - Modified the module so that it works portably (even with Win32, and other platforms File::Spec supports)
+
+2009-03-15 Jonathan Yu <frequency at cpan.org>
+
+ - Added simple bug fix for MANIFEST testing under Windows.
+
+2009-03-14 Jonathan Yu <frequency at cpan.org>
+
+ Updated prerequisite information in Build.PL and META.yml
+
+2009-03-14 Jonathan Yu <frequency at cpan.org>
+
+ - Add a more thorough description for the POD
+ - Fix dependencies in Build.PL and META.yml
+
+2009-03-14 Jonathan Yu <frequency at cpan.org>
+
+ Clarified licensing restrictions
+
+2009-03-12 Jonathan Yu <frequency at cpan.org>
+
+ - CIRCULAR.SKIP became out of sync with the real MANIFEST.SKIP, and so was causing problems with debian/
+ - Increment the version to 1.1.2 for release again...
+
+2009-03-12 Jonathan Yu <frequency at cpan.org>
+
+ - Added "^debian/" as a mask for MANIFEST.SKIP. This is where Debian package control files go, and so should not be considered part of the package. Hopefully this won't break anything :-)
+ - Upgraded to version 1.1.1
+
+2009-03-12 Jonathan Yu <frequency at cpan.org>
+
+ Modified Changelog name to "Changes" (instead of CHANGES)
+
+2009-03-12 Jonathan Yu <frequency at cpan.org>
+
+ - Updated Makefile.PL
+ - Removed CHANGES file; I plan to now generate the Changes from the svn log using gnuify-changelog.pl
+
+2009-02-27 Jonathan Yu <frequency at cpan.org>
+
+2009-02-26 Jonathan Yu <frequency at cpan.org>
+
+ Added the tests to MANIFEST
+
+2009-02-20 Jonathan Yu <frequency at cpan.org>
+
+ - Added some tests
+ - Renamed MANIFEST.SKIP.CIRCULAR for portability; the new name is CIRCULAR.SKIP
+ - TODO: rearrange the module so that it is possible to test the MANFIEST against files not actually on disk
+
+2009-02-20 Jonathan Yu <frequency at cpan.org>
+
+ Updated version in README
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ - Updated to version 1.1.0
+ - Updated the copyright date in POD
+ - Fixed Makefile.PL with requires + build_requires deps (ignore the recommended, which are author tests)
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ - Added a test for circular dependencies (those that exist in both MANIFEST and MANIFEST.SKIP)
+ - Updated core tests to match
+
+ Thanks Apocalypse!
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ Minor comment updates
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ Updated the POD and the README to reflect this repository's location
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ oops, forgot to update META-spec url too
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ Minor changes
+
+2009-02-08 Jonathan Yu <frequency at cpan.org>
+
+ - Added SVN repository address
+ - Updated META.yml to reflect changes
+ - Fixed version number in META.yml -> numeric "1.001000" style version numbering, to get around version.pm bugs
+
+2009-01-19 Jonathan Yu <frequency at cpan.org>
+
+ Updated svn:keyword property
+
+2009-01-17 Jonathan Yu <frequency at cpan.org>
+
+ - Replaced PerlCritic's POD section to enforce 'LICENSE' instead of 'COPYRIGHT' (which is used by CPANTS/Kwalitee)
+ - Removed Test::NoWarnings from the Signature test, which throws warnings on purpose.
+
+2009-01-17 Jonathan Yu <frequency at cpan.org>
+
+ Initial commit of Test::DistManifest
+
+2009-01-17 Jonathan Yu <frequency at cpan.org>
+
+ Added directories for Test::DistManifest and Video::FourCC::Info
+
+;; Local Variables:
+;; coding: utf-8
+;; End:
Modified: trunk/libtest-distmanifest-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/MANIFEST.SKIP?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/MANIFEST.SKIP (original)
+++ trunk/libtest-distmanifest-perl/MANIFEST.SKIP Mon Oct 12 14:46:11 2009
@@ -17,6 +17,7 @@
^inc/Module/Install
# Makemaker generated files and dirs.
+^MYMETA\.yml$
\bMANIFEST\.bak
\bMakefile$
\bblib/
Modified: trunk/libtest-distmanifest-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/META.yml?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/META.yml (original)
+++ trunk/libtest-distmanifest-perl/META.yml Mon Oct 12 14:46:11 2009
@@ -1,8 +1,8 @@
---
name: Test-DistManifest
-version: 1.003
+version: 1.004
author:
- - 'Jonathan Yu <frequency at cpan.org>'
+ - 'Jonathan Yu <jawnsy at cpan.org>'
abstract: Author test that validates a package MANIFEST
license: perl
resources:
@@ -22,7 +22,7 @@
provides:
Test::DistManifest:
file: lib/Test/DistManifest.pm
- version: 1.003
+ version: 1.004
generated_by: Module::Build version 0.280801
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Modified: trunk/libtest-distmanifest-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/README?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/README (original)
+++ trunk/libtest-distmanifest-perl/README Mon Oct 12 14:46:11 2009
@@ -1,8 +1,8 @@
-$Id: README 8222 2009-07-26 00:08:57Z FREQUENCY at cpan.org $
+$Id: README 9529 2009-10-04 04:34:32Z FREQUENCY at cpan.org $
Test::DistManifest is an author test that validates a package MANIFEST
-Copyright 2008-2009 by Jonathan Yu <frequency at cpan.org>. All rights reserved.
+Copyright 2008-2009 by Jonathan Yu <jawnsy at cpan.org>. All rights reserved.
INSTALLATION
Modified: trunk/libtest-distmanifest-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/SIGNATURE?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/SIGNATURE (original)
+++ trunk/libtest-distmanifest-perl/SIGNATURE Mon Oct 12 14:46:11 2009
@@ -14,16 +14,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-SHA1 797f95dd03138c049eb8c9e804efdac60054c0a1 Build.PL
-SHA1 54e7e2d5e4d0c51a1d6853731eefe74fc8f87df5 Changes
+SHA1 3660103cff8564692785193e4598ec70409b8350 Build.PL
+SHA1 bc2208e5f07320a924e596ba92d512b3ba70bbb6 Changes
SHA1 880bcb00f4ed6b1a0145f48a461f1e62a48f15f0 LICENSE
SHA1 80a214fb1f831a2acea7b54129a563acf6417e2e MANIFEST
-SHA1 c1ef3014c0bc3ed78eec43db3590cecd28f39a12 MANIFEST.SKIP
-SHA1 bec0fa7d9be5778cfa643fe4113dbfedf59728c1 META.yml
+SHA1 c4a234b4e7105a7e0c9940ecabc9097d54b0824b MANIFEST.SKIP
+SHA1 54b705e105538c40f4b61417fe379706e81e3cbc META.yml
SHA1 6935d4c89ba1946c26e1bdbddc7c16d3929e5f7a Makefile.PL
-SHA1 b20629425d1139946d2072e05e68a069423d0822 README
+SHA1 5d25ac11e88eed4fcb23b203de96a1c1d48d3d24 README
SHA1 10b9e261ba0670b3ec7754f9505606933e0d597d examples/checkmanifest.t
-SHA1 a64ab180227e18cd8485074b4c6a2395e5e75834 lib/Test/DistManifest.pm
+SHA1 b8676415ed43d6ed0844b4d98c7854737b8d764a lib/Test/DistManifest.pm
SHA1 971a86e480d866d2ec9edaf472416500b2b90a92 t/00signature.t
SHA1 e9d95aed0cdae6762200ca3d87d91cf6bff817b8 t/01compile.t
SHA1 e6c740bb179966ff7dbffac2bb486a4be19e47b4 t/01portability.t
@@ -38,9 +38,9 @@
SHA1 3427d2bae373d0b415568fe79b038f02e80b3e27 t/circular
SHA1 91e8519cd6ba58a9a1810ec16c6b5b30f94edc25 t/extra
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
+Version: GnuPG v1.4.10 (GNU/Linux)
-iEYEARECAAYFAkqMmV4ACgkQYYN9T93mai8E5ACfREJRdcfyOPUBn+adQar6oRrY
-MNEAn07futfYmJ7reOBjgOBUhhPhjW9H
-=6gY8
+iEYEARECAAYFAkrSgIIACgkQYYN9T93mai/uZwCfUrvxfID/11uDOHJM9zZ73Hp2
+sfUAoLS42d/6fd4cPw7Ex3wkAv75CqmZ
+=os33
-----END PGP SIGNATURE-----
Modified: trunk/libtest-distmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/changelog?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/changelog (original)
+++ trunk/libtest-distmanifest-perl/debian/changelog Mon Oct 12 14:46:11 2009
@@ -1,3 +1,12 @@
+libtest-distmanifest-perl (1.004-1) UNRELEASED; urgency=low
+
+ IGNORE-VERSION: 1.004-1
+ NOTE: waits for new upstream version, it has a fixed changelog
+
+ * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org> Mon, 12 Oct 2009 06:43:40 -0400
+
libtest-distmanifest-perl (1.003-1) unstable; urgency=low
[ Jonathan Yu ]
Modified: trunk/libtest-distmanifest-perl/lib/Test/DistManifest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/lib/Test/DistManifest.pm?rev=45624&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/lib/Test/DistManifest.pm (original)
+++ trunk/libtest-distmanifest-perl/lib/Test/DistManifest.pm Mon Oct 12 14:46:11 2009
@@ -1,7 +1,7 @@
# Test::DistManifest
# Tests that your manifest matches the distribution as it exists.
#
-# $Id: DistManifest.pm 8673 2009-08-20 03:41:42Z FREQUENCY at cpan.org $
+# $Id: DistManifest.pm 9529 2009-10-04 04:34:32Z FREQUENCY at cpan.org $
package Test::DistManifest;
@@ -15,11 +15,11 @@
=head1 VERSION
-Version 1.003 ($Id: DistManifest.pm 8673 2009-08-20 03:41:42Z FREQUENCY at cpan.org $)
+Version 1.004 ($Id: DistManifest.pm 9529 2009-10-04 04:34:32Z FREQUENCY at cpan.org $)
=cut
-our $VERSION = '1.003';
+our $VERSION = '1.004';
$VERSION = eval $VERSION;
=head1 EXPORTS
@@ -357,7 +357,7 @@
=head1 AUTHOR
-Jonathan Yu E<lt>frequency at cpan.orgE<gt>
+Jonathan Yu E<lt>jawnsy at cpan.orgE<gt>
=head2 CONTRIBUTORS
@@ -472,7 +472,7 @@
=head1 LICENSE
-Copyright (C) 2008-2009 by Jonathan Yu <frequency at cpan.org>
+Copyright (C) 2008-2009 by Jonathan Yu <jawnsy at cpan.org>
This package is distributed under the same terms as Perl itself. Please
see the F<LICENSE> file included in this distribution for full details of
More information about the Pkg-perl-cvs-commits
mailing list