Skip to content

Commit

Permalink
Remove Subversion $Id stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 19, 2011
1 parent 6f654e8 commit 04615d9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 0 additions & 2 deletions lib/Bundle/Theory.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package Bundle::Theory;

# $Id$

our $VERSION = '1.08';

1;
Expand Down
2 changes: 0 additions & 2 deletions lib/Bundle/Theory/Apache.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package Bundle::Theory::Apache;

# $Id: Theory.pm 3635 2008-04-09 22:19:51Z david $

our $VERSION = '1.08';

1;
Expand Down
2 changes: 0 additions & 2 deletions lib/Bundle/Theory/Apache2.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package Bundle::Theory::Apache2;

# $Id: Theory.pm 3635 2008-04-09 22:19:51Z david $

our $VERSION = '1.08';

1;
Expand Down
3 changes: 3 additions & 0 deletions t/basic.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/perl -w

use strict;
use Test::More tests => 3;
use_ok 'Bundle::Theory';
use_ok 'Bundle::Theory::Apache';
Expand Down
4 changes: 1 addition & 3 deletions t/pod.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!perl -w

# $Id$
#!/usr/bin/perl -w

use strict;
use Test::More;
Expand Down

0 comments on commit 04615d9

Please sign in to comment.