maint: use more perl subroutines prototypes in the automake script
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 4 Feb 2013 22:37:23 +0000 (23:37 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 13 Feb 2013 16:46:50 +0000 (17:46 +0100)
commite7b9d315e6bcb3a3c86042dc5fd58e6f4461ed2d
tree636fc8fd3f8e4c2c48f8d75155e77aa656084236
parent283ded7f5b9b7ad97300293cd65f3f1b48c21115
maint: use more perl subroutines prototypes in the automake script

* automake.in: Throughout this file.  Note that these new prototypes
are not much useful, since many subroutine calls still use the old
'&foo' form; but we'll take care of that in later patches.
* lib/Automake/Language.pm (target_hook): Call the '_target_hook'
of the given language in a more modern form, avoiding '&'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/Automake/Language.pm