Skip to content

Commit

Permalink
import Win32-Symlink 0.03 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Win32-Symlink
git-cpan-version:  0.03
git-cpan-authorid: AUTRIJUS
git-cpan-file:     authors/id/A/AU/AUTRIJUS/Win32-Symlink-0.03.tar.gz
  • Loading branch information
Audrey Tang authored and schwern committed Dec 13, 2009
1 parent a05dfd4 commit 6780a05
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 43 deletions.
46 changes: 29 additions & 17 deletions Changes
@@ -1,17 +1,29 @@
----------------------------------------------------------------------
r7678: | 2004-09-18T21:35:26.311697Z

* 0.02, with some docs.
----------------------------------------------------------------------
r7677: | 2004-09-18T20:23:40.760619Z

* add a test.
----------------------------------------------------------------------
r7676: | 2004-09-18T20:15:51.075244Z

This be 0.01.
----------------------------------------------------------------------
r7674: autrijus | 2004-09-18T19:41:59.869858Z

* Initial checkin of Win32::Symlink
----------------------------------------------------------------------
----------------------------------------------------------------------
r8170: autrijus | 2004-09-24T23:36:28.339129Z

* This be 0.03.
----------------------------------------------------------------------
r8169: autrijus | 2004-09-24T23:35:37.686591Z

* Fix building on Perl 5.6.1 by providing a correct typemap.
----------------------------------------------------------------------
r7681: | 2004-09-18T21:38:28.263331Z

* fix README's isntallation procedure
----------------------------------------------------------------------
r7678: | 2004-09-18T21:35:26.311697Z

* 0.02, with some docs.
----------------------------------------------------------------------
r7677: | 2004-09-18T20:23:40.760619Z

* add a test.
----------------------------------------------------------------------
r7676: | 2004-09-18T20:15:51.075244Z

This be 0.01.
----------------------------------------------------------------------
r7674: autrijus | 2004-09-18T19:41:59.869858Z

* Initial checkin of Win32::Symlink
----------------------------------------------------------------------
9 changes: 5 additions & 4 deletions MANIFEST
@@ -1,11 +1,12 @@
pgsymlink.c
Changes
Symlink.pm
Symlink.xs
Makefile.PL
MANIFEST
MANIFEST.SKIP
META.yml Module meta-data (added by MakeMaker)
pgsymlink.c
README
SIGNATURE
Symlink.pm
Symlink.xs
t/1-basic.t
META.yml Module meta-data (added by MakeMaker)
typemap
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Win32-Symlink
version: 0.02
version: 0.03
version_from: Symlink.pm
installdirs: site
requires:
Expand Down
7 changes: 0 additions & 7 deletions README
Expand Up @@ -18,10 +18,3 @@ All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.

# Local variables:
# c-indentation-style: bsd
# c-basic-offset: 4
# indent-tabs-mode: nil
# End:
# vim: expandtab shiftwidth=4:
21 changes: 11 additions & 10 deletions SIGNATURE
@@ -1,33 +1,34 @@
This file contains message digests of all files listed in MANIFEST,
signed via the Module::Signature module, version 0.38.
signed via the Module::Signature module, version 0.41.

To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:

% cpansign -v

It would check each file's integrity, as well as the signature's
It will check each file's integrity, as well as the signature's
validity. If "==> Signature verified OK! <==" is not displayed,
the distribution may already have been compromised, and you should
not run its Makefile.PL or Build.PL.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

SHA1 f3e9f16891e123666ffa05eb5148168b7ebd7332 Changes
SHA1 492998085140dadede823affd76d8ffc78e77174 MANIFEST
SHA1 689a8dd0dabbc3f6461b85c91284a69a71ee964d Changes
SHA1 ced7a219415331128f9ef099195fa553e9c4ab00 MANIFEST
SHA1 f2706b567c578af20f55579e542d165672cb1988 MANIFEST.SKIP
SHA1 ce40509a09032e02b2bedcc796e27bea289ca8d4 META.yml
SHA1 a78005349f97153caa6298840dca6698dc7ec216 META.yml
SHA1 b9658d16261c77f0158b091361c68522fd681d92 Makefile.PL
SHA1 3f82cd8aab7dc208c251faa41bb18a951d1be5b9 README
SHA1 1dd7d889b077606a025f389f10b531f82b13b7cf Symlink.pm
SHA1 864ae8630f14a878f55ff4a8ffdf3e69080f69b7 README
SHA1 882cd044870de852287856bc78a5dd686d2d6971 Symlink.pm
SHA1 3e07cc67859beba9fd19731e271d9abec2b9f71e Symlink.xs
SHA1 cf613d720ce01e4c37178d89fb36e952a268a4fe pgsymlink.c
SHA1 c8023964246f90282f0c9ee17e3d54012a3b8dcd t/1-basic.t
SHA1 7fefab9e3cbe37a7a900a3082ac4d454999bdb5b typemap
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFBTKsZtLPdNzw1AaARAna7AJ96jdUMAkzF1Bx1q0GpMnQBZc+h8QCgtUZK
oJfkFKlTmz3tLfKpNrXK9g8=
=TBnX
iD8DBQFBVK+ptLPdNzw1AaARAkP+AJ0eohsbUWA3hzLUMs5WzyfBdHqSSQCaAzLX
/ljdn7WeUpwVzmxJ/qhQ7Ac=
=t0um
-----END PGP SIGNATURE-----
8 changes: 4 additions & 4 deletions Symlink.pm
Expand Up @@ -5,7 +5,7 @@ use vars qw($VERSION @ISA);
use DynaLoader;

@ISA = qw(DynaLoader);
$VERSION = '0.02';
$VERSION = '0.03';

__PACKAGE__->bootstrap($VERSION);

Expand All @@ -23,8 +23,8 @@ Win32::Symlink - Symlink support on Windows
=head1 VERSION
This document describes version 0.02 of Win32::Symlink, released
September 19, 2004.
This document describes version 0.03 of Win32::Symlink, released
September 25, 2004.
=head1 SYNOPSIS
Expand All @@ -34,7 +34,7 @@ September 19, 2004.
=head1 DESCRIPTION
This module implements the built-in C<symlink> function for Microsoft Windows.
Currently, it only works for NTFS filesystems.
Currently, it only works on NTFS filesystems.
=head1 SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions typemap
@@ -0,0 +1 @@
const char * T_PV

0 comments on commit 6780a05

Please sign in to comment.