This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate tests for tainting of globs, skipped since 1999.
[perl5.git] / perldtrace.d
1 /*
2  * Written by Alan Burlinson -- taken from his blog post
3  * at <http://blogs.sun.com/alanbur/date/20050909>.
4  */
5
6 provider perl {
7     probe sub__entry(char *, char *, int, char *);
8     probe sub__return(char *, char *, int, char *);
9 };
10
11 /*
12  * Local Variables:
13  * tab-width: 4
14  * indent-tabs-mode: nil
15  * End:
16  *
17  * ex: set ts=8 sts=4 sw=4 noet:
18  */