~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/lib/Lire/Config/Build.pm.in

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061102153000-343pa15n0rp58m1b
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
}
12
12
 
13
13
BEGIN {
14
 
    ($VERSION)  = '$Revision: 1.7 $' =~ m!Revision: ([.\d]+)!;
 
14
    ($VERSION)  = '$Revision: 1.8 $' =~ m!Revision: ([.\d]+)!;
15
15
 
16
16
    @ISA = qw(Exporter);
17
17
    @EXPORT_OK  = qw(ac_info ac_path ac_flags);
100
100
 
101
101
=head1 VERSION
102
102
 
103
 
$Id: Build.pm.in,v 1.7 2004/01/21 07:23:00 wsourdeau Exp $
 
103
$Id: Build.pm.in,v 1.8 2006/07/23 13:16:30 vanbaal Exp $
104
104
 
105
105
=head1 COPYRIGHT
106
106
 
120
120
 
121
121
You should have received a copy of the GNU General Public License
122
122
along with this program (see COPYING); if not, check with
123
 
http://www.gnu.org/copyleft/gpl.html or write to the Free Software 
124
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
123
http://www.gnu.org/copyleft/gpl.html. 
125
124
 
126
125
=head1 AUTHOR
127
126