Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garu/data-printer-filter-classicregex
print regexes the classic qr// way
https://github.com/garu/data-printer-filter-classicregex
Last synced: 11 days ago
JSON representation
print regexes the classic qr// way
- Host: GitHub
- URL: https://github.com/garu/data-printer-filter-classicregex
- Owner: garu
- Created: 2012-07-04T18:50:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-04T18:55:28.000Z (over 12 years ago)
- Last Synced: 2024-11-05T21:50:31.971Z (about 2 months ago)
- Language: Perl
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Data-Printer-Filter-ClassicRegex version 0.0.1
Data::Printer shows regular expressions in a fancy way:
foo.*bar (modifiers: i)
This module provides a filter that will display them the classic, Perlish way:
qr/foo.*bar/i
Enjoy!
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installDEPENDENCIES
None.
COPYRIGHT AND LICENCE
Copyright (C) 2012, Breno G. de Oliveira
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.