Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

Alternatively, to install with Module::Build, you can use the following commands:

perl Build.PL
./Build
./Build test
./Build install

DEPENDENCIES

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.