C<-x>.
[p5sagit/p5-mst-13.2.git] / lib / Getopt / Long.pm
index b580459..90ddd77 100644 (file)
@@ -24,8 +24,8 @@ package Getopt::Long;
 # GNU General Public License for more details.
 # 
 # If you do not have a copy of the GNU General Public License write to
-# the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, 
-# MA 02139, USA.
+# the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307, USA.
 
 ################ Module Preamble ################
 
@@ -35,7 +35,6 @@ BEGIN {
     require 5.004;
     use Exporter ();
     use vars     qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
-#   $VERSION     = sprintf("%d.%02d", q$Revision: 2.18 $ =~ /(\d+)\.(\d+)/);
     $VERSION     = "2.17";
 
     @ISA         = qw(Exporter);
@@ -1376,7 +1375,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 If you do not have a copy of the GNU General Public License write to
-the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, 
-MA 02139, USA.
+the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+MA 02111-1307, USA.
 
 =cut