aboutsummaryrefslogtreecommitdiffstats
path: root/perl.req
Commit message (Collapse)AuthorAgeFilesLines
* There might be a comment on a "use base" line when computing perl requiresPascal Rigaux2007-07-111-0/+1
| | | | | | | (bug #24193). (re-sync after the big svn loss)
* Fix typo in commentRafael Garcia-Suarez2006-01-031-1/+1
|
* Ignore perl version requiresRafael Garcia-Suarez2005-10-171-13/+5
|
* Get correctly the Perl dependencies from "use base"Rafael Garcia-Suarez2005-10-171-39/+32
|
* add the proper detection of 'use base qw(Foo::Bar)' constructMichael Scherer2005-09-281-3/+27
|
* - remove Makefile.in from cvs0.1Olivier Thauvin2005-04-291-0/+234
- more scripts - version is 0.1 (in way) - use spec-helper at time
* * View the homepage: http://us.mandrakesoft.com/~gc/html/stage1.html * * * This software may be freely redistributed under the terms of the GNU * public license. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * */ /* * Portions from GRUB -- GRand Unified Bootloader * Copyright (C) 2000 Free Software Foundation, Inc. * * Itself based on etherboot-4.6.4 by Martin Renters. * */ #ifndef _ADSL_H_ #define _ADSL_H_ #include "stage1.h" #include "network.h" enum return_type perform_adsl(struct interface_info * intf); #endif