summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-12-29 12:27:45 -0800
committerKaren Etheridge <ether@cpan.org>2018-12-29 13:03:33 -0800
commitfabfdb3165fcb4825eb8bb346df05a299624e6d3 (patch)
treeff9055d28bb2528db5ccec498df96b4b94b910ce
parentb79cc003f64ce1c221b68182f08969f38aa0f685 (diff)
weave standard pod sections
-rw-r--r--dist.ini1
-rw-r--r--lib/File/Flat.pm31
2 files changed, 2 insertions, 30 deletions
diff --git a/dist.ini b/dist.ini
index 4ad166e..cc502b0 100644
--- a/dist.ini
+++ b/dist.ini
@@ -10,7 +10,6 @@ authority = cpan:ADAMK
installer = MakeMaker
-remove = Test::EOL
-remove = Test::NoTabs
--remove = Podweaver
-remove = PodCoverageTests
[Encoding]
diff --git a/lib/File/Flat.pm b/lib/File/Flat.pm
index 47d274b..c0834a7 100644
--- a/lib/File/Flat.pm
+++ b/lib/File/Flat.pm
@@ -1,4 +1,5 @@
package File::Flat;
+# ABSTRACT: Implements a flat filesystem
# The File::Flat is a static class that provides a unified interface
# to the filesystem in a way such that directories are abstracted away.
@@ -827,16 +828,10 @@ __END__
=pod
-=head1 NAME
-
-File::Flat - Implements a flat filesystem
+=head1 DESCRIPTION
=for stopwords FSI.pm VMS canExecute canOpen canRead canReadWrite canRemove canWrite cp getAppendHandle getReadHandle getReadWriteHandle getWriteHandle isaBinary isaDirectory isaFile isaText makeDirectory
-=head1 SYNOPSIS
-
-=head1 DESCRIPTION
-
File::Flat implements a flat filesystem. A flat filesystem is a filesystem in
which directories do not exist. It provides an abstraction over any normal
filesystem which makes it appear as if directories do not exist. In effect,
@@ -1119,30 +1114,8 @@ There's something bigger here too, I'm not exactly sure what it is,
but I think there might be the beginnings of a unified filesystem
interface here... FSI.pm
-=head1 SUPPORT
-
-Bugs should be filed at via the CPAN bug tracker at:
-
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Flat>
-
-For other issues or comments, contact the author
-
-=head1 AUTHORS
-
-Adam Kennedy E<lt>adamk@cpan.orgE<gt>
-
=head1 SEE ALSO
L<File::Spec>, L<http://ali.as/>
-=head1 COPYRIGHT
-
-Copyright 2002 - 2008 Adam Kennedy.
-
-This program is free software; you can redistribute
-it and/or modify it under the same terms as Perl itself.
-
-The full text of the license can be found in the
-LICENSE file included with this module.
-
=cut