Revision history for Perl extension BSD::Getfsent. 0.19 2023-02-24 - Move testing module to test_requires. - Drop generating compat Makefile.PL. 0.18 2018-05-09 - Merged development version to stable. 0.17_01 2018-05-06 - Use the boolean pragma for true/false values. - Amend diagnostic when opening fstab fails. - Add metadata repository link. - Skip documentation tests for non-release testing. - Do no longer recommend Test::Pod and Test::Pod::Coverage. - Remove the testing diagnostic. - Update license link. - Eliminate trailing whitespace in INSTALL. 0.17 Sun Feb 10 19:14:33 CET 2008 - Reworded documentation and clarified the code. 0.16 Sat Jan 26 20:18:33 CET 2008 - Prematurely bail out within the getfsent.t test-file when the fstab file doesn't exist and/or isn't from type file. - Added logic to skip comments in a fstab file. - Reformatted/-worded documentation. 0.15 Sat Jan 12 14:12:31 CET 2008 - Added the test-file getfsent.t which tests the getfsent() function. - Adjusted the documentation (moved the description section to functions/getfsent) and reworded some explanation. - Beautified the code layout. 0.14 Wed Mar 29 21:04:51 CEST 2006 - Updated Build.PL with newly added dist_author & dist_version_from fields; furthermore, changed requires, build_requires, recommends, create_readme & create_makefile_pl fields to appropriate values. - Added INSTALL containing install instructions. - Replaced Filehandle module with IO::File and added warnings pragma. 0.13 2005/03/17 - Suitable Build.PL added. - Minor additions to the docs. 0.12 2005/02/23 - Namespace changed from previously Filesys::Getfsent to BSD::Getfsent as proposed by others. 0.07 2004/02/23 - Distribution name changed to uppercased 'Getfsent'. 0.01 2004/01/30 - Initial version.