- Timestamp:
- 10/17/06 08:26:19 (2 years ago)
- svk:copy_cache_prev:
- 21206
- Files:
-
- 1 modified
-
lib/Perl6/Pugs.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Perl6/Pugs.pm
r11295 r14359 3 3 use strict; 4 4 5 our $VERSION = 6.00201 2;5 our $VERSION = 6.002013; 6 6 7 7 =head1 NAME … … 11 11 =head1 VERSION 12 12 13 This document describes version 6.2.1 2 of Pugs, released June 26, 2006.13 This document describes version 6.2.13 of Pugs, released October 17, 2006. 14 14 15 15 =head1 SYNOPSIS … … 18 18 Hello, World! 19 19 20 With Perl 5 embedding support (also note the C<--> in the C<#!> line):20 With Perl 5 embedding support: 21 21 22 22 use v6-alpha;
