r45700 - in /branches/upstream/libtest-distmanifest-perl/current: Changes META.yml SIGNATURE lib/Test/DistManifest.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 13 15:39:26 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 13 15:38:35 2009
New Revision: 45700

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45700
Log:
[svn-upgrade] Integrating new upstream version, libtest-distmanifest-perl (1.005)

Modified:
    branches/upstream/libtest-distmanifest-perl/current/Changes
    branches/upstream/libtest-distmanifest-perl/current/META.yml
    branches/upstream/libtest-distmanifest-perl/current/SIGNATURE
    branches/upstream/libtest-distmanifest-perl/current/lib/Test/DistManifest.pm

Modified: branches/upstream/libtest-distmanifest-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-distmanifest-perl/current/Changes?rev=45700&op=diff
==============================================================================
--- branches/upstream/libtest-distmanifest-perl/current/Changes (original)
+++ branches/upstream/libtest-distmanifest-perl/current/Changes Tue Oct 13 15:38:35 2009
@@ -1,287 +1,123 @@
-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:
+1.005 - 12 Oct 2009 - Jonathan Yu <jawnsy at cpan.org>
+
+  + Fix the dist (don't overwrite the Changes file)
+
+1.004 - 11 Oct 2009 - Jonathan Yu <jawnsy at cpan.org>
+
+  + Changed my mail address to jawnsy at cpan.org
+  + Update MANIFEST.SKIP to include MYMETA.yml (prevents test failure)
+
+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

Modified: branches/upstream/libtest-distmanifest-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-distmanifest-perl/current/META.yml?rev=45700&op=diff
==============================================================================
--- branches/upstream/libtest-distmanifest-perl/current/META.yml (original)
+++ branches/upstream/libtest-distmanifest-perl/current/META.yml Tue Oct 13 15:38:35 2009
@@ -1,6 +1,6 @@
 ---
 name: Test-DistManifest
-version: 1.004
+version: 1.005
 author:
   - 'Jonathan Yu <jawnsy at cpan.org>'
 abstract: Author test that validates a package MANIFEST
@@ -22,7 +22,7 @@
 provides:
   Test::DistManifest:
     file: lib/Test/DistManifest.pm
-    version: 1.004
+    version: 1.005
 generated_by: Module::Build version 0.280801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: branches/upstream/libtest-distmanifest-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-distmanifest-perl/current/SIGNATURE?rev=45700&op=diff
==============================================================================
--- branches/upstream/libtest-distmanifest-perl/current/SIGNATURE (original)
+++ branches/upstream/libtest-distmanifest-perl/current/SIGNATURE Tue Oct 13 15:38:35 2009
@@ -15,15 +15,15 @@
 Hash: SHA1
 
 SHA1 3660103cff8564692785193e4598ec70409b8350 Build.PL
-SHA1 bc2208e5f07320a924e596ba92d512b3ba70bbb6 Changes
+SHA1 f5551d2d231e0580f871049aff598eb17ab53d65 Changes
 SHA1 880bcb00f4ed6b1a0145f48a461f1e62a48f15f0 LICENSE
 SHA1 80a214fb1f831a2acea7b54129a563acf6417e2e MANIFEST
 SHA1 c4a234b4e7105a7e0c9940ecabc9097d54b0824b MANIFEST.SKIP
-SHA1 54b705e105538c40f4b61417fe379706e81e3cbc META.yml
+SHA1 44396d651853d165dc778f45f47be2f545348c7e META.yml
 SHA1 6935d4c89ba1946c26e1bdbddc7c16d3929e5f7a Makefile.PL
 SHA1 5d25ac11e88eed4fcb23b203de96a1c1d48d3d24 README
 SHA1 10b9e261ba0670b3ec7754f9505606933e0d597d examples/checkmanifest.t
-SHA1 b8676415ed43d6ed0844b4d98c7854737b8d764a lib/Test/DistManifest.pm
+SHA1 868a34b9d51e9e740960b4ba0ff7c56caa07fd12 lib/Test/DistManifest.pm
 SHA1 971a86e480d866d2ec9edaf472416500b2b90a92 t/00signature.t
 SHA1 e9d95aed0cdae6762200ca3d87d91cf6bff817b8 t/01compile.t
 SHA1 e6c740bb179966ff7dbffac2bb486a4be19e47b4 t/01portability.t
@@ -40,7 +40,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkrSgIIACgkQYYN9T93mai/uZwCfUrvxfID/11uDOHJM9zZ73Hp2
-sfUAoLS42d/6fd4cPw7Ex3wkAv75CqmZ
-=os33
+iEYEARECAAYFAkrTDDgACgkQYYN9T93mai+1SgCeOY8BcLUUc9qcaPSJNSyRAO1+
+zpcAn0gjoje4aMY57wre/nkRz7PMRegu
+=f11F
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libtest-distmanifest-perl/current/lib/Test/DistManifest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-distmanifest-perl/current/lib/Test/DistManifest.pm?rev=45700&op=diff
==============================================================================
--- branches/upstream/libtest-distmanifest-perl/current/lib/Test/DistManifest.pm (original)
+++ branches/upstream/libtest-distmanifest-perl/current/lib/Test/DistManifest.pm Tue Oct 13 15:38:35 2009
@@ -1,7 +1,7 @@
 # Test::DistManifest
 #  Tests that your manifest matches the distribution as it exists.
 #
-# $Id: DistManifest.pm 9529 2009-10-04 04:34:32Z FREQUENCY at cpan.org $
+# $Id: DistManifest.pm 9654 2009-10-12 14:36:19Z FREQUENCY at cpan.org $
 
 package Test::DistManifest;
 
@@ -15,11 +15,11 @@
 
 =head1 VERSION
 
-Version 1.004 ($Id: DistManifest.pm 9529 2009-10-04 04:34:32Z FREQUENCY at cpan.org $)
+Version 1.005 ($Id: DistManifest.pm 9654 2009-10-12 14:36:19Z FREQUENCY at cpan.org $)
 
 =cut
 
-our $VERSION = '1.004';
+our $VERSION = '1.005';
 $VERSION = eval $VERSION;
 
 =head1 EXPORTS




More information about the Pkg-perl-cvs-commits mailing list