Skip to content

Commit

Permalink
Item11267: Eliminated more $Rev$ references
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@15715 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 25, 2012
1 parent a71e076 commit aa581ba
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion core/lib/Assert.pm
Expand Up @@ -25,7 +25,6 @@ our %EXPORT_TAGS = (
DEBUG => [ 'ASSERT', 'UNTAINTED', 'TAINT', 'DEBUG' ],
);

our $VERSION = '$Rev$';
our $DIRTY = lc('x'); # Used in TAINT

Exporter::export_tags(qw(NDEBUG DEBUG));
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/AccessControlException.pm
Expand Up @@ -18,8 +18,6 @@ The exception may be thrown by plugins. If a plugin throws the exception, it
will normally be caught and the browser redirected to a login screen (if the
user is not logged in) or reported (if they are and just don't have access).
API version $Date$ (revision $Rev$)
*Since* _date_ indicates where functions or parameters have been added since
the baseline of the API (TWiki release 4.2.3). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Attrs.pm
Expand Up @@ -20,8 +20,6 @@ values, spaces around the =, and commas as well as spaces separating values.
The extended syntax has to be enabled by passing the =$friendly= parameter
to =new=.
API version $Date$ (revision $Rev$)
*Since* _date_ indicates where functions or parameters have been added since
the baseline of the API (TWiki release 4.2.3). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Configure/Package.pm
Expand Up @@ -44,8 +44,6 @@ use Foswiki::Configure::Dependency;
use Foswiki::Configure::Util;
use File::stat;

our $VERSION = '$Rev: 6590 $';

my $depwarn = ''; # Pass back warnings from untaint validation routine

############# GENERIC METHODS #############
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Func.pm
Expand Up @@ -17,8 +17,6 @@ System.DevelopingPlugins. If you use
functions in other Foswiki libraries you risk creating a security hole, and
you will probably need to change your plugin when you upgrade Foswiki.
API version $Date$ (revision $Rev$)
*Since:* _date_ indicates where functions or parameters have been added since
the baseline of the API (Foswiki 1.0.0). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Meta.pm
Expand Up @@ -90,8 +90,6 @@ callers don't require them. For this reason, be *very careful* how you use
=Foswiki::Meta=. Extension authors will almost always find the methods
they want in =Foswiki::Func=, rather than in this class.
API version $Date$ (revision $Rev$)
*Since* _date_ indicates where functions or parameters have been added since
the baseline of the API (Foswiki release 4.2.3). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Net.pm
Expand Up @@ -251,8 +251,6 @@ sub _GETUsingLWP {
my $request;
require HTTP::Request;
$request = HTTP::Request->new( GET => $url );
'$Rev$' =~ /([0-9]+)/;
my $revstr = $1;
$request->header( 'User-Agent' => 'Foswiki::Net/'
. $Foswiki::VERSION
. " libwww-perl/$LWP::VERSION" );
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/OopsException.pm
Expand Up @@ -65,8 +65,6 @@ if you need messages to be automatically translated you either need to handle
it in the perl code before throwing Foswiki::OopsException or put the %MAKETEXT
in the template. You cannot pass macros through the parameters.
API version $Date$ (revision $Rev$)
*Since* _date_ indicates where functions or parameters have been added since
the baseline of the API (TWiki release 4.2.3). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Sandbox.pm
Expand Up @@ -8,8 +8,6 @@ This package provides an interface to the outside world. All calls to
system functions, or handling of file names, should be brokered by
the =sysCommand= function in this package.
API version $Date$ (revision $Rev$)
*Since* _date_ indicates where functions or parameters have been added since
the baseline of the API (TWiki release 4.2.3). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down
2 changes: 0 additions & 2 deletions core/lib/Foswiki/Time.pm
Expand Up @@ -6,8 +6,6 @@
Time handling functions.
API version $Date$ (revision $Rev$)
*Since* _date_ indicates where functions or parameters have been added since
the baseline of the API (TWiki release 4.2.3). The _date_ indicates the
earliest date of a Foswiki release that will support that function or
Expand Down

0 comments on commit aa581ba

Please sign in to comment.