You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/07/25 22:31:43 UTC

svn commit: r1150892 - /openejb/trunk/openejb3/examples/webapps/moviefun/app/get-movies.pl

Author: dblevins
Date: Mon Jul 25 20:31:42 2011
New Revision: 1150892

URL: http://svn.apache.org/viewvc?rev=1150892&view=rev
Log:
no warnings

Modified:
    openejb/trunk/openejb3/examples/webapps/moviefun/app/get-movies.pl

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/app/get-movies.pl
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/app/get-movies.pl?rev=1150892&r1=1150891&r2=1150892&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/app/get-movies.pl (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/app/get-movies.pl Mon Jul 25 20:31:42 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
 #============================================================
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with