]> mj.ucw.cz Git - libucw.git/commitdiff
Configure: Fixed a silly typo.
authorMartin Mares <mj@ucw.cz>
Thu, 30 Oct 2008 21:26:01 +0000 (22:26 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 30 Oct 2008 21:26:01 +0000 (22:26 +0100)
ucw/perl/UCW/Configure.pm

index 27e9a364422b1c712d0c572661a10dc2ec79f832..6d4d3f1294c6d1dc59e5608de6792cb3792f1fde 100644 (file)
@@ -16,7 +16,7 @@ BEGIN {
        our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
        $VERSION = 1.0;
        @ISA = qw(Exporter);
-       @EXPORT = qw(&Init &Log &Notice &Warn &Fail &IsSet &IsGiven &Set &UnSet &Append &Override &Get &Test &Include &Finish &FindFile &TryFindFile &TryCmd &PkgConfig &TrivConfig &debPrint, &PostConfig, &AtWrite);
+       @EXPORT = qw(&Init &Log &Notice &Warn &Fail &IsSet &IsGiven &Set &UnSet &Append &Override &Get &Test &Include &Finish &FindFile &TryFindFile &TryCmd &PkgConfig &TrivConfig &debPrint &PostConfig &AtWrite);
        @EXPORT_OK = qw();
        %EXPORT_TAGS = ();
 }