2009-05-15 Jonathan Yu Minor problem forgetting to bump one of the version numbers in META.yml 2009-05-15 Jonathan Yu - 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 Oops, noted the version was bumped when it wasn't. Fixed now. 2009-05-15 Jonathan Yu - 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 These were some pretty important changes, bumped the version to 1.2.0 instead 2009-05-14 Jonathan Yu Updated t/03warn-only.t test with new semantics (always fail if parsing fails) 2009-05-14 Jonathan Yu - 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 Added t/03warn-only.t to MANIFEST 2009-05-14 Jonathan Yu - 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 - Cleaned up documentation (minor fixes) 2009-04-26 Jonathan Yu - Updated to version 1.1.4, prepare for next release 2009-04-26 Jonathan Yu - Added .tmp to MANIFEST.SKIP 2009-04-24 Jonathan Yu Added Build.bat to MANIFEST.SKIP for Win32 builds... 2009-04-23 Jonathan Yu - 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 Updated META.yml 2009-03-25 Jonathan Yu - Updated version dependency for version.pm - Fixed a typo in the README 2009-03-16 Jonathan Yu - Removed version-specific stuff from the README so I can be lazy (it was out-of-date anyway) 2009-03-16 Jonathan Yu - Removed prereq.t from the MANIFEST 2009-03-16 Jonathan Yu - Removed use of Test::Prereq, because it needs to use CPAN to do its work 2009-03-16 Jonathan Yu Fix OS detection routines 2009-03-16 Jonathan Yu - Enable svn:keywords: LastChangedBy Revision Id 2009-03-16 Jonathan Yu - Updated 03core.t (header was old) - Fixed Test/DistManifest.pm (minor variable name change) 2009-03-16 Jonathan Yu - Modified the module so that it works portably (even with Win32, and other platforms File::Spec supports) 2009-03-15 Jonathan Yu - Added simple bug fix for MANIFEST testing under Windows. 2009-03-14 Jonathan Yu Updated prerequisite information in Build.PL and META.yml 2009-03-14 Jonathan Yu - Add a more thorough description for the POD - Fix dependencies in Build.PL and META.yml 2009-03-14 Jonathan Yu Clarified licensing restrictions 2009-03-12 Jonathan Yu - 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 - 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 Modified Changelog name to "Changes" (instead of CHANGES) 2009-03-12 Jonathan Yu - 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 2009-02-26 Jonathan Yu Added the tests to MANIFEST 2009-02-20 Jonathan Yu - 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 Updated version in README 2009-02-08 Jonathan Yu - 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 - 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 Minor comment updates 2009-02-08 Jonathan Yu Updated the POD and the README to reflect this repository's location 2009-02-08 Jonathan Yu oops, forgot to update META-spec url too 2009-02-08 Jonathan Yu Minor changes 2009-02-08 Jonathan Yu - 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 Updated svn:keyword property 2009-01-17 Jonathan Yu - 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 Initial commit of Test::DistManifest 2009-01-17 Jonathan Yu Added directories for Test::DistManifest and Video::FourCC::Info ;; Local Variables: ;; coding: utf-8 ;; End: