]>
git.vpit.fr Git - perl/modules/subs-auto.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vincent Pit [Mon, 29 Sep 2008 18:31:12 +0000 (20:31 +0200)]
Be proud about not using a source filter
Vincent Pit [Mon, 22 Sep 2008 17:20:59 +0000 (19:20 +0200)]
'sub foo; print foo 1' compiles to 'print(foo(1))'
Vincent Pit [Thu, 4 Sep 2008 21:49:12 +0000 (23:49 +0200)]
Get rid of Debian_CPANTS.txt
Vincent Pit [Thu, 4 Sep 2008 20:06:32 +0000 (22:06 +0200)]
This is 0.03
Vincent Pit [Mon, 1 Sep 2008 09:03:44 +0000 (11:03 +0200)]
Simplify double negations
Vincent Pit [Sat, 30 Aug 2008 20:14:16 +0000 (22:14 +0200)]
Add prototype tests in t/12-proto.t
Vincent Pit [Fri, 29 Aug 2008 22:18:46 +0000 (00:18 +0200)]
Test -X _
Vincent Pit [Thu, 28 Aug 2008 17:54:42 +0000 (19:54 +0200)]
Track META.yml
Vincent Pit [Thu, 28 Aug 2008 17:53:38 +0000 (19:53 +0200)]
Add the sample/subs.pl script
Vincent Pit [Thu, 28 Aug 2008 17:45:57 +0000 (19:45 +0200)]
Renumber t/11-pkg.t tests
Vincent Pit [Thu, 28 Aug 2008 17:33:00 +0000 (19:33 +0200)]
We don't really need to localize the guard since there's no way it could recurse
Vincent Pit [Thu, 28 Aug 2008 17:31:33 +0000 (19:31 +0200)]
Oops, 'bareword' was the old module name
Vincent Pit [Thu, 28 Aug 2008 17:18:07 +0000 (19:18 +0200)]
Clarify what 'in' does with doc and tests
Vincent Pit [Thu, 28 Aug 2008 14:49:09 +0000 (16:49 +0200)]
This is 0.02
Vincent Pit [Thu, 28 Aug 2008 14:48:47 +0000 (16:48 +0200)]
Test for an odd number of arguments
Vincent Pit [Thu, 28 Aug 2008 14:40:10 +0000 (16:40 +0200)]
Fix DATA filehandle
Vincent Pit [Thu, 28 Aug 2008 14:36:21 +0000 (16:36 +0200)]
Document opening of global filehandles in pragma scope
Vincent Pit [Thu, 28 Aug 2008 14:33:22 +0000 (16:33 +0200)]
Document the 'in' parameter
Vincent Pit [Thu, 28 Aug 2008 12:45:57 +0000 (14:45 +0200)]
Refactor the package name validation in a proper sub
Vincent Pit [Thu, 28 Aug 2008 11:29:23 +0000 (13:29 +0200)]
Add the in parameter
Vincent Pit [Thu, 28 Aug 2008 10:01:17 +0000 (12:01 +0200)]
Add a second subs::auto zone in the test
Vincent Pit [Thu, 28 Aug 2008 09:37:34 +0000 (11:37 +0200)]
Skip __LINE__ and __FILE__. Use __LINE__ in the tests
Vincent Pit [Wed, 27 Aug 2008 21:26:52 +0000 (23:26 +0200)]
Test global filehandles
Vincent Pit [Wed, 27 Aug 2008 21:20:04 +0000 (23:20 +0200)]
This is 0.01