~ubuntu-branches/ubuntu/wily/libclone-perl/wily-proposed

« back to all changes in this revision

Viewing changes to Clone.pm

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2005-07-21 14:10:27 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 breezy)
  • Revision ID: james.westby@ubuntu.com-20050721141027-70fbyjfg0ce32rdr
Tags: 0.18-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Clone.pm,v 0.15 2003/09/07 22:05:04 ray Exp $
 
1
# $Id: Clone.pm,v 0.18 2005/05/23 15:34:31 ray Exp $
2
2
package Clone;
3
3
 
4
4
use strict;
16
16
@EXPORT = qw();
17
17
@EXPORT_OK = qw( clone );
18
18
 
19
 
( $VERSION ) = '$Revision: 0.15 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
19
( $VERSION ) = '$Revision: 0.18 $ ' =~ /\$Revision:\s+([^\s]+)/;
20
20
 
21
21
bootstrap Clone $VERSION;
22
22