automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Use more perl function prototypes, and prefer func() over &f


From: Stefano Lattarini
Subject: [PATCH 0/4] Use more perl function prototypes, and prefer func() over &func()
Date: Thu, 14 Feb 2013 13:43:19 +0100

I will push this series to maint in a couple of days if there is no
objection.  Reviews are welcome.

Regards,
  Stefano

Stefano Lattarini (4):
  refactor: rip module Automake::Language out of automake script
  build: auto-generate perl subroutines prototypes for automake and aclocal
  maint: use more perl subroutines prototypes in the automake script
  style: call perl functions 'like_this()', not '&like_this()'

 HACKING                     |   5 +-
 Makefile.am                 |  14 +-
 aclocal.in                  |  22 +-
 automake.in                 | 752 ++++++++++++++++++++------------------------
 bootstrap.sh                |  11 +-
 lib/Automake/Language.pm    | 122 +++++++
 lib/gen-perl-protos         |  36 +++
 maintainer/syntax-checks.mk |  19 +-
 8 files changed, 522 insertions(+), 459 deletions(-)
 create mode 100644 lib/Automake/Language.pm
 create mode 100755 lib/gen-perl-protos

-- 
1.8.1.1.662.gaa39828




reply via email to

[Prev in Thread] Current Thread [Next in Thread]