The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Device::Blkid::E2fsprogs.

0.01  Sat Jan  1 11:35:09 AST 2011
	- original version; created by h2xs 1.23 with options
		-A -n Device::Blkid::E2fsprogs

0.10  Tue Jan  4 00:13:24 AST 2011
	- Moving this to version 0.10 after some feverish cleaning
        - Package builds, POD is semi-release worthy
        - Ready for upload on CPAN now as a developer release
        - still requires test script completion

0.12  Tue Jan  4 18:30:46 AST 2011
        - Cleaned up POD typos, finished documenting all functions
        - Added last two function wrappers
                - blkid_get_library_version()
                - blkid_parse_tag_string()
        - Have switched undef return types in object creation functions to
          instead throw exceptions. This happens when the cache, device and
          two iterator objects are requested from the lib.
        - Modified and reogranized README somewhat
        - Removed Data::Dump dependency from Makefile.PL

0.14  Wed Jan  5 19:11:04 AST 2011
        - Additional fixes to POD
        - README updated with build and debug build instructions
        - Makefile.PL, author email corrected
 
0.16  Sun Jan  9 09:16:04 AST 2011
        - Added Devel::CheckLib
        - Modified stock Devel::CheckLib to verify libblkid version < version 2.00.0 (util-linux-ng versions)
        - Some POD and README tweaks
        - Makefile.PL changes for Devel::Checklib (defaults not suitable for my needs)
        - MANIFEST updated with new file additions