https://github.com/kilna/perl-filter-undent
Un-indent heredoc strings automatically
https://github.com/kilna/perl-filter-undent
Last synced: 8 months ago
JSON representation
Un-indent heredoc strings automatically
- Host: GitHub
- URL: https://github.com/kilna/perl-filter-undent
- Owner: kilna
- License: artistic-2.0
- Created: 2015-10-26T21:05:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T00:39:39.000Z (almost 10 years ago)
- Last Synced: 2024-12-31T06:40:46.393Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Filter-Undent
Make your heredocs look better by un-indenting them
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Filter::Undent
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Filter-UndentAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Filter-UndentCPAN Ratings
http://cpanratings.perl.org/d/Filter-UndentSearch CPAN
http://search.cpan.org/dist/Filter-Undent/LICENSE AND COPYRIGHT
Copyright (C) 2012 Kilna Companies
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.