]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/log
perl/modules/B-RecDeparse.git
13 years agoStop tripping on special function calls. rt63842
Vincent Pit [Sun, 27 Feb 2011 18:44:50 +0000 (19:44 +0100)]
Stop tripping on special function calls.

Like calls to an undefined subroutine or that involve @_ and friends.

This solves RT #63842.

13 years agoClarify the conditional in pp_gv
Vincent Pit [Sun, 27 Feb 2011 16:18:10 +0000 (17:18 +0100)]
Clarify the conditional in pp_gv

13 years agoGet rid of indirect object constructs
Vincent Pit [Sun, 27 Feb 2011 15:59:13 +0000 (16:59 +0100)]
Get rid of indirect object constructs

13 years agoPOD formatting nits
Vincent Pit [Sun, 27 Feb 2011 00:58:18 +0000 (01:58 +0100)]
POD formatting nits

13 years agoIgnore MYMETA.yml
Vincent Pit [Sun, 27 Feb 2011 00:57:16 +0000 (01:57 +0100)]
Ignore MYMETA.yml

13 years agoBump copyright year
Vincent Pit [Sun, 27 Feb 2011 00:56:30 +0000 (01:56 +0100)]
Bump copyright year

13 years agoSwitch to qw<>
Vincent Pit [Sun, 27 Feb 2011 00:55:51 +0000 (01:55 +0100)]
Switch to qw<>

13 years agoDon't deparse recursively into recursive subroutines
Vincent Pit [Sun, 25 Jul 2010 20:41:03 +0000 (22:41 +0200)]
Don't deparse recursively into recursive subroutines

13 years agoAdd some linefeeds
Vincent Pit [Sun, 25 Jul 2010 19:47:54 +0000 (21:47 +0200)]
Add some linefeeds

13 years agoBump copyright year
Vincent Pit [Sun, 25 Jul 2010 19:36:33 +0000 (21:36 +0200)]
Bump copyright year

13 years agoOnly load Carp.pm when needed
Vincent Pit [Sun, 25 Jul 2010 19:34:44 +0000 (21:34 +0200)]
Only load Carp.pm when needed

14 years agoRe-indent WriteMakefile() arguments
Vincent Pit [Sun, 4 Oct 2009 09:18:03 +0000 (11:18 +0200)]
Re-indent WriteMakefile() arguments

14 years agoBuild the $name and the main $file from $dist
Vincent Pit [Sun, 4 Oct 2009 08:12:55 +0000 (10:12 +0200)]
Build the $name and the main $file from $dist

14 years agoPut prerequisites in their own separate hash
Vincent Pit [Sun, 4 Oct 2009 07:33:39 +0000 (09:33 +0200)]
Put prerequisites in their own separate hash

14 years agoGive an explicit value to dynamic_config
Vincent Pit [Sun, 4 Oct 2009 07:28:21 +0000 (09:28 +0200)]
Give an explicit value to dynamic_config

14 years agoKwalitee test overhaul
Vincent Pit [Sat, 26 Sep 2009 09:53:10 +0000 (11:53 +0200)]
Kwalitee test overhaul

14 years agobase.pm is also a dependency
Vincent Pit [Sun, 16 Aug 2009 22:21:35 +0000 (00:21 +0200)]
base.pm is also a dependency

14 years agoGet rid of t/90-boilerplate.t
Vincent Pit [Thu, 4 Jun 2009 22:53:23 +0000 (00:53 +0200)]
Get rid of t/90-boilerplate.t

15 years agoSlashes are reserved and hence must be encoded in the search part of an URL
Vincent Pit [Wed, 22 Apr 2009 20:51:43 +0000 (22:51 +0200)]
Slashes are reserved and hence must be encoded in the search part of an URL

15 years agoPoint the repository to the gitweb instead of the bare repo
Vincent Pit [Thu, 16 Apr 2009 22:43:53 +0000 (00:43 +0200)]
Point the repository to the gitweb instead of the bare repo

15 years agoUse recent ExtUtils::MakeMaker features to generate a better META.yml
Vincent Pit [Sat, 7 Feb 2009 20:18:36 +0000 (21:18 +0100)]
Use recent ExtUtils::MakeMaker features to generate a better META.yml

15 years agoThis is 0.04 v0.04
Vincent Pit [Wed, 12 Nov 2008 19:48:48 +0000 (20:48 +0100)]
This is 0.04

15 years ago5.8.9 compatibility fix
Vincent Pit [Wed, 12 Nov 2008 19:20:50 +0000 (20:20 +0100)]
5.8.9 compatibility fix

15 years agoTest function calls in other packages
Vincent Pit [Sat, 1 Nov 2008 15:24:58 +0000 (16:24 +0100)]
Test function calls in other packages

15 years agoOnly fool single_delim when we're coming from B::RecDeparse
Vincent Pit [Sat, 1 Nov 2008 13:56:13 +0000 (14:56 +0100)]
Only fool single_delim when we're coming from B::RecDeparse

15 years agoTwo useless 'use B::Deparse' in tests
Vincent Pit [Sat, 1 Nov 2008 13:10:38 +0000 (14:10 +0100)]
Two useless 'use B::Deparse' in tests

15 years agoDoc clarifications
Vincent Pit [Sat, 1 Nov 2008 13:08:31 +0000 (14:08 +0100)]
Doc clarifications

15 years agoBetter be on irc.perl.org
Vincent Pit [Thu, 2 Oct 2008 22:06:32 +0000 (00:06 +0200)]
Better be on irc.perl.org

15 years agoThis is 0.03 v0.03
Vincent Pit [Wed, 20 Aug 2008 14:28:42 +0000 (16:28 +0200)]
This is 0.03

15 years agoIgnore Debian_CPANTS.txt
Vincent Pit [Wed, 20 Aug 2008 14:21:21 +0000 (16:21 +0200)]
Ignore Debian_CPANTS.txt

15 years agoFix recursing into all gv's
Vincent Pit [Wed, 20 Aug 2008 14:20:48 +0000 (16:20 +0200)]
Fix recursing into all gv's

15 years agoReverse logic for _recurse
Vincent Pit [Thu, 31 Jul 2008 21:27:48 +0000 (23:27 +0200)]
Reverse logic for _recurse

15 years agoRemove commented test lines from samples/brd.pl
Vincent Pit [Thu, 31 Jul 2008 20:04:24 +0000 (22:04 +0200)]
Remove commented test lines from samples/brd.pl

15 years agoThis is 0.02 v0.02
Vincent Pit [Mon, 28 Jul 2008 21:29:57 +0000 (23:29 +0200)]
This is 0.02

15 years agoThe README file wasn't generated because of some remains from a copy-paste into Makef...
Vincent Pit [Mon, 28 Jul 2008 21:24:29 +0000 (23:24 +0200)]
The README file wasn't generated because of some remains from a copy-paste into Makefile.PL

15 years agoPerls older than 5.8 aren't supported
Vincent Pit [Mon, 28 Jul 2008 21:23:54 +0000 (23:23 +0200)]
Perls older than 5.8 aren't supported

15 years agoSkip some harmless failures in t/11-args.t with old B::Deparse
Vincent Pit [Mon, 28 Jul 2008 16:32:18 +0000 (18:32 +0200)]
Skip some harmless failures in t/11-args.t with old B::Deparse

15 years agoAlso fool B::Deparse::single_delim when patchlevel >= 31268. Make Config a dependency
Vincent Pit [Mon, 28 Jul 2008 16:14:09 +0000 (18:14 +0200)]
Also fool B::Deparse::single_delim when patchlevel >= 31268. Make Config a dependency

15 years agoPOD nits
Vincent Pit [Mon, 28 Jul 2008 15:56:36 +0000 (17:56 +0200)]
POD nits

15 years agoImporting B-RecDeparse-0.01.tar.gz v0.01
Vincent Pit [Mon, 28 Jul 2008 15:55:19 +0000 (17:55 +0200)]
Importing B-RecDeparse-0.01.tar.gz