~ubuntu-branches/ubuntu/precise/perl/precise

« back to all changes in this revision

Viewing changes to epoc/createpkg.pl

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2011-02-06 11:31:38 UTC
  • mto: (8.2.12 experimental) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110206113138-lzpm3g6rur7i3eyp
Tags: upstream-5.12.3
ImportĀ upstreamĀ versionĀ 5.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
use File::Find;
4
4
use Cwd;
5
5
 
6
 
$VERSION="5.12.2";
 
6
$VERSION="5.12.3";
7
7
$EPOC_VERSION=1;
8
8
 
9
9