-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.html
34 lines (22 loc) · 856 Bytes
/
example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css" />
<script src="gist_upgrade.js" type="text/javascript"></script>
</head>
<body>
<!-- this was created by running 'make_pre_tag.pl 115368 | pbcopy' and pasting into the html -->
<pre id="fake-gist-115368" class="fake-gist">
use Moose;
has fun => ( isa => "Constant" );</pre>
<!-- this is a pre block that will be posted and replaced by update.pl if run -->
<pre class="fake-gist" lang="pl"><![CDATA[
my $updated = $container->clone(
the_person => $person->clone(
name => "Hefetz",
),
);
]]></pre>
</body>
</html>