GitXplorerGitXplorer
p

Devel-TraceVars

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
0e406a1ac6e6cf06996e4f8168b710817387e8b6

Add MYMETA.json and MYMETA.yml to .gitignore

ppotyl committed 13 years ago
Unverified
11e31869c4e291ab6ba69091341079d530505e0c

Add 0.03 to the changelog

ppotyl committed 13 years ago
Unverified
997ae06c8e63c803bc41a6ada7fc16a83028aba5

Version change to 0.03

ppotyl committed 13 years ago
Unverified
ecdd5345d03345a68444581ca5e9b702f9476e0c

Document the previous commit.

sshlomif committed 13 years ago
Unverified
72030f7ae6c1c6ffa9dfcf2917d78bcc9336ac97

Add the POD validity test.

sshlomif committed 13 years ago
Unverified
8d0bcb61dec8c55a62ae1778865d9696702c3ea6

Add some SKIP patterns to MANIFEST.SKIP.

sshlomif committed 13 years ago

README

The README file for this repository.

Devel::TraceVars

Adhoc debugger plugin that shows each line of code being executed with scalar variables interpolated.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing you can find documentation for this module with the perldoc command.

perldoc Devel::TraceVars

For any kind of help or support simply create a bug ticket.

COPYRIGHT AND LICENCE

Copyright (C) 2010 Emmanuel Rodriguez

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version; or the Artistic License, version 2.0.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.

We couldn't find a README for this repository, we strongly recommend adding one.