Data-Printer-Filter-ClassicRegex
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:print regexes the classic qr// way
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.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。