Navigation Menu

Skip to content

Commit

Permalink
[ext] Added svn Id keyword.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@21238 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
paultcochrane committed Sep 12, 2007
1 parent 4b02ab8 commit 7a563e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Parrot/Embed.pm
@@ -1,5 +1,7 @@
package Parrot::Embed;

# $Id$

use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions lib/Parrot/Interpreter.pm
@@ -1,5 +1,7 @@
package Parrot::Interpreter;

# $Id$

use strict;
use warnings;
our $VERSION = '0.02';
Expand Down
2 changes: 2 additions & 0 deletions lib/Parrot/PMC.pm
@@ -1,5 +1,7 @@
package Parrot::PMC;

# $Id$

use strict;
use warnings;
our $VERSION = '0.02';
Expand Down
1 change: 1 addition & 0 deletions t/interp.t
@@ -1,6 +1,7 @@
#!perl

# Copyright (C) 2006, The Perl Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 1 addition & 0 deletions tools/write_typemap.pl
@@ -1,6 +1,7 @@
#!perl

# Copyright (C) 2007, The Perl Foundation.
# $Id$

use strict;
use warnings;
Expand Down

0 comments on commit 7a563e1

Please sign in to comment.