Fri Oct 8 04:15:11 PDT 2010
- Previous message: [Slony1-bugs] [Bug 157] schemadoc.xml missing from 2.0.5 distribution
- Next message: [Slony1-bugs] [Bug 158] Perl syntax error in slon_status
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://www.slony.info/bugzilla/show_bug.cgi?id=158 Summary: Perl syntax error in slon_status Product: Slony-I Version: 2.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: low Component: altperl AssignedTo: slony1-bugs at lists.slony.info ReportedBy: peter_e at gmx.net CC: slony1-bugs at lists.slony.info Estimated Hours: 0.0 The first few lines of the new slon_status script are #!/usr/bin/perl // # Author: Devrim GÜNDÜZ <devrim at gunduz.org> # Copyright 2009 Slony-I Global Development Group use Getopt::Long; The second line is bogus: "use" not allowed in expression at slon_status line 6, at end of line syntax error at slon_status line 6, near "use Getopt::Long" slon_status had compilation errors. -- Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
- Previous message: [Slony1-bugs] [Bug 157] schemadoc.xml missing from 2.0.5 distribution
- Next message: [Slony1-bugs] [Bug 158] Perl syntax error in slon_status
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list